fixup: flush collection after query test

This commit is contained in:
Dmitriy Pleshevskiy 2021-12-24 17:25:31 +03:00
parent 4d2d493a87
commit e4a2ce7923
1 changed files with 2 additions and 0 deletions

View File

@ -57,4 +57,6 @@ fn should_find_many_objects() {
Ok(object_ids) => assert_eq!(object_ids, vec!["2", "1"]),
Err(_) => unreachable!(),
}
flush_collection(COLLECTION);
}