Skip to content

Commit 9af600c

Browse files
committed
Fix tests
1 parent 07b200e commit 9af600c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/GameFinder.StoreHandlers.GOG.Tests/ArrangeHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static IEnumerable<GOGGame> SetupGames(IFileSystem fileSystem, InMemoryRe
2828
gameKey.AddValue("gameID", id.ToString(CultureInfo.InvariantCulture));
2929
gameKey.AddValue("gameName", name);
3030
gameKey.AddValue("path", path.GetFullPath());
31-
gameKey.AddValue("buildId", buildId);
31+
gameKey.AddValue("buildId", $"{buildId}");
3232

3333
return new GOGGame(GOGGameId.From(id), name, path, buildId);
3434
})

0 commit comments

Comments
 (0)