Skip to content

Commit

Permalink
test(autocomplete): change test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ombe1229 committed Aug 23, 2021
1 parent 6a41ac4 commit 84fd745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_autocomplete.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
@pytest.mark.asyncio
async def test_autocomplete():
async with HolodexClient() as client:
channel = await client.autocomplete("gura")
channel = await client.autocomplete("gawr gura ch")
assert channel.contents[0].text == "Gawr Gura Ch. hololive-EN"

0 comments on commit 84fd745

Please sign in to comment.