correction d'un test de bestscore
continuous-integration/drone/push Build is failing Details

pull/111/head
Remi NEVEU 11 months ago
parent 2f5085e39e
commit 1bd4021ec9

@ -81,7 +81,7 @@ public class GameTests
{
var bestScore = new BestScore("test", new Player("John", "Picture.png"), 3, 127);
_game.AddBestScore(bestScore);
_game.BestScores.Add(bestScore);
Assert.Contains(bestScore, _game.BestScores);
}

Loading…
Cancel
Save