We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab643f commit 6933322Copy full SHA for 6933322
1 file changed
src/Codebreaker.ViewModels.Tests/GamePageViewModelTests.cs
@@ -14,7 +14,7 @@ public GamePageViewModelTests()
14
(Guid GameType, int NumberCodes, int MaxMoves, IDictionary<string, string[]> FieldValues) returnValue =
15
(Guid.NewGuid(), 4, 12, new Dictionary<string, string[]>()
16
{
17
- { "colors", new string[] { "Black", "White", "Red", "Green", "Blue", "Yellow" } }
+ { "colors", ["Black", "White", "Red", "Green", "Blue", "Yellow"] }
18
});
19
20
_gamesClientMock = new();
0 commit comments