Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test_milvus_online_store.py
reverting yield commit
  • Loading branch information
Manisha4 authored Aug 17, 2023
commit a6518ce4bf9edf60f73e55aa72e4f7ede4d08686
4 changes: 1 addition & 3 deletions sdk/python/tests/expediagroup/test_milvus_online_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,7 @@ def setup_method(self, repo_config):
if utility.has_collection(self.unavailable_collection):
utility.drop_collection(self.unavailable_collection)
# Closing the temporary collection to do this

yield


def create_n_customer_test_samples_milvus(self, n=10):
# Utility method to create sample data
return [
Expand Down