fixup: flush collection after query test
This commit is contained in:
parent
4d2d493a87
commit
e4a2ce7923
1 changed files with 2 additions and 0 deletions
|
@ -57,4 +57,6 @@ fn should_find_many_objects() {
|
||||||
Ok(object_ids) => assert_eq!(object_ids, vec!["2", "1"]),
|
Ok(object_ids) => assert_eq!(object_ids, vec!["2", "1"]),
|
||||||
Err(_) => unreachable!(),
|
Err(_) => unreachable!(),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
flush_collection(COLLECTION);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue