Skip to content

Commit

Permalink
fix: solved import error in test_client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
201st-Luka committed Aug 19, 2023
1 parent f84e331 commit fcf0641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from pyclasher import PyClasherClient

from constants import CLASH_OF_CLANS_LOGIN_EMAIL, CLASH_OF_CLANS_LOGIN_PASSWORD
from .constants import CLASH_OF_CLANS_LOGIN_EMAIL, CLASH_OF_CLANS_LOGIN_PASSWORD


@pytest.mark.asyncio
Expand Down

0 comments on commit fcf0641

Please sign in to comment.