Skip to content

Commit

Permalink
test: Update banner type assertion to include new type 500
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Feb 2, 2025
1 parent d30957b commit 5e3863a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/client/components/test_wish.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async def test_banner_details(lclient: genshin.Client):
pytest.skip("No genshin installation.")

for details in banners:
assert details.banner_type in [100, 200, 301, 302, 400]
assert details.banner_type in [100, 200, 301, 302, 400, 500]


# async def test_gacha_items(lclient: genshin.Client):
Expand Down

0 comments on commit 5e3863a

Please sign in to comment.