Skip to content

Commit e650a72

Browse files
author
michele
committed
tests bugfix
1 parent fd0e80c commit e650a72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/arangodb/ArangoDatabaseTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,6 @@ public void explainQueryWithIndexNode() {
936936
.flatMap(it -> it.getIndexes().stream())
937937
.forEach(it -> {
938938
assertThat(it.getType(), is(IndexType.primary));
939-
assertThat(it.getSelectivityEstimate(), is(1.0));
940939
assertThat(it.getFields(), contains("_key"));
941940
});
942941
}

0 commit comments

Comments
 (0)