Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed Nov 8, 2023
1 parent 0f91c05 commit 5e219fd
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -562,11 +562,6 @@ public void findAllUsingQuery_shouldRunWithDifferentArgumentsCombinations() {
template.find(new Query(qualifierOr), SampleClasses.CustomCollectionClass.class);
assertThat(result3).containsOnly(doc1, doc2);

// no secondary index filter and no qualifiers
Stream<SampleClasses.CustomCollectionClass> result4 =
template.find(null, SampleClasses.CustomCollectionClass.class);
assertThat(result4).contains(doc1, doc2);

additionalAerospikeTestOperations.dropIndex(SampleClasses.CustomCollectionClass.class,
"CustomCollectionClass_field"); // cleanup
template.delete(doc1); // cleanup
Expand Down

0 comments on commit 5e219fd

Please sign in to comment.