mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
fix: fix search_test after incorrect rebase (#1356)
This commit is contained in:
parent
7a21d3257a
commit
bf44b56667
1 changed files with 0 additions and 2 deletions
|
@ -63,8 +63,6 @@ async def test_basic(async_client, index_type):
|
|||
await index_test_data(async_client, index_type)
|
||||
await i1.create_index(TEST_DATA_SCHEMA, definition=IndexDefinition(index_type=index_type))
|
||||
|
||||
await i1.create_index(TEST_DATA_SCHEMA, definition=IndexDefinition(index_type=index_type))
|
||||
|
||||
res = await i1.search("article")
|
||||
assert contains_test_data(res, [0, 1])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue