diff --git a/tests/query_command.rs b/tests/query_command.rs index 8aaf57c..0bfc815 100644 --- a/tests/query_command.rs +++ b/tests/query_command.rs @@ -57,4 +57,6 @@ fn should_find_many_objects() { Ok(object_ids) => assert_eq!(object_ids, vec!["2", "1"]), Err(_) => unreachable!(), } + + flush_collection(COLLECTION); }