fix: fix search_test after incorrect rebase (#1356)

This commit is contained in:
Vladislav 2023-06-05 15:38:40 +03:00 committed by GitHub
parent 7a21d3257a
commit bf44b56667
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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])