Skip to content

Commit

Permalink
Remove assertions on lineups
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Jul 24, 2024
1 parent 9065620 commit 2e6c951
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/client/components/test_lineup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,11 @@ async def test_lineup_details(client: genshin.Client):


async def test_user_lineups(lclient: genshin.Client):
data = await lclient.get_user_lineups()

assert data
await lclient.get_user_lineups()


async def test_favorite_lineups(lclient: genshin.Client):
data = await lclient.get_favorite_lineups()

assert data
await lclient.get_favorite_lineups()


async def test_lineup_character_history(lclient: genshin.Client):
Expand Down

0 comments on commit 2e6c951

Please sign in to comment.