Skip to content

Commit

Permalink
Change test_character_details character to Yelan
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Jul 24, 2024
1 parent a86ee7a commit 9065620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/client/components/test_calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ async def test_calculator_characters_synced(lclient: genshin.Client):


async def test_character_details(lclient: genshin.Client):
# Hu Tao
details = await lclient.get_character_details(10000046)
# Yelan
details = await lclient.get_character_details(10000060)
assert details.weapon.level >= 80

0 comments on commit 9065620

Please sign in to comment.