Skip to content

Commit

Permalink
tests(utils): add len() test for load_all_games() test
Browse files Browse the repository at this point in the history
  • Loading branch information
parsariyahi committed Dec 14, 2023
1 parent 5d8c319 commit 0867963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/progature/utils/test_loader_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
def test_load_all_games(game):
games_pot = load_all_games()

assert len(games_pot) == 1
for g in games_pot:
assert g == game

0 comments on commit 0867963

Please sign in to comment.