We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b200e commit 9af600cCopy full SHA for 9af600c
tests/GameFinder.StoreHandlers.GOG.Tests/ArrangeHelpers.cs
@@ -28,7 +28,7 @@ public static IEnumerable<GOGGame> SetupGames(IFileSystem fileSystem, InMemoryRe
28
gameKey.AddValue("gameID", id.ToString(CultureInfo.InvariantCulture));
29
gameKey.AddValue("gameName", name);
30
gameKey.AddValue("path", path.GetFullPath());
31
- gameKey.AddValue("buildId", buildId);
+ gameKey.AddValue("buildId", $"{buildId}");
32
33
return new GOGGame(GOGGameId.From(id), name, path, buildId);
34
})
0 commit comments