Skip to content

Commit

Permalink
A bit more test coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Kotrasinski <i.kotrasinsk@gmail.com>
  • Loading branch information
Igor Kotrasinski committed Aug 31, 2019
1 parent 52bf669 commit ef48680
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit_tests/test_games_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ async def test_create_game(players, game_service):
assert game in game_service.dirty_games
assert isinstance(game, CustomGame)

game_service.remove_game(game)
assert game not in game_service.games


async def test_all_games(players, game_service):
game = game_service.create_game(
Expand Down

0 comments on commit ef48680

Please sign in to comment.