[skip e2e] Format test code (#13968)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/14012/head
binbin 2021-12-22 20:16:09 +08:00 committed by GitHub
parent d15028f5bc
commit d5fb330e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ class TestcaseBase(Base):
collection_w.insert(df_default)
conn.flush([collection_w.name])
collection_w.load(partition_names=[partition_w.name, "_default"])
return collection_w, partition_w,df_partition, df_default
return collection_w, partition_w, df_partition, df_default
def insert_entities_into_two_partitions(self, half, prefix='query'):