Skip to content

Commit

Permalink
Removed client_version_info from test_update_data unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Miko committed Oct 2, 2020
1 parent 5105dbd commit 6f9742e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit_tests/test_player_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,7 @@ async def test_mark_dirty(player_factory, player_service):

async def test_update_data(player_factory, player_service):
await player_service.update_data()

assert player_service.is_uniqueid_exempt(1) is True
assert player_service.client_version_info == ("0.10.125", "some-installer.msi")


async def test_broadcast_shutdown(player_factory, player_service):
Expand Down

0 comments on commit 6f9742e

Please sign in to comment.