Skip to content

Commit

Permalink
fix: fixed testcase because of rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
201st-Luka committed Oct 2, 2023
1 parent 5e67b12 commit eef7f2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/client/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
async def test_client():
TEST_CLIENT_ID = "test_client_id"

assert not Client.initialized()

client = await Client.from_login(CLASH_OF_CLANS_LOGIN_EMAIL,
CLASH_OF_CLANS_LOGIN_PASSWORD)
client.client_id = TEST_CLIENT_ID
Expand Down

0 comments on commit eef7f2f

Please sign in to comment.