Skip to content

Commit

Permalink
Updated mongodb tests
Browse files Browse the repository at this point in the history
  • Loading branch information
denis256 committed Jan 19, 2023
1 parent 1ee4ab3 commit 8e235a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ void removal() {

polydata.remove(polyId, Set.of("test"));
assertThat(polydata.read(polyId, Set.of("test")).hasPoly("test")).isFalse();
assertThat(polydata.index(polyId).get().fetch("tag1", BasicPoly.class).fetch("count", Integer.class)).isEqualTo(0);
assertThat(polydata.index(polyId).get().containsKey("tag1")).isFalse();
assertThat(polydata.index(polyId).get().fetch("date", BasicPoly.class).fetch("count", Integer.class)).isEqualTo(1);
}

Expand Down

0 comments on commit 8e235a0

Please sign in to comment.