Skip to content

Commit

Permalink
Update test/sanity/game/game.wtest
Browse files Browse the repository at this point in the history
Co-authored-by: Fernando Dodino <[email protected]>
  • Loading branch information
PalumboN and fdodino authored May 23, 2024
1 parent 9105b47 commit 87c3761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sanity/game/game.wtest
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ describe "Game" {
test "clear remove all visuals" {
game.addVisual(myVisual)
game.clear()
assert.that(game.allVisuals().isEmpty())
assert.that(game.allVisuals().isEmpty())
}

test "cell size fails when set to 0" {
Expand Down

0 comments on commit 87c3761

Please sign in to comment.