[skip ci] Remove unused test code (#10596)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/10605/head
binbin 2021-10-25 20:28:47 +08:00 committed by GitHub
parent 7cf52d379e
commit ee5a4fcde4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -2926,7 +2926,6 @@ class TestLoadCollection:
connect.release_collection(collection)
with pytest.raises(Exception):
connect.search(collection, **default_single_query)
# assert len(res[0]) == 0
class TestReleaseAdvanced: