We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1714e34 commit 080968eCopy full SHA for 080968e
src/test/java/com/arangodb/ArangoDatabaseTest.java
@@ -758,7 +758,6 @@ public void explainQuery() {
758
assertThat(plan.getEstimatedCost(), greaterThan(0));
759
assertThat(plan.getEstimatedNrItems(), greaterThan(0));
760
assertThat(plan.getVariables().size(), is(2));
761
- assertThat(plan.getVariables().iterator().next().getName(), is("1"));
762
assertThat(plan.getNodes().size(), is(greaterThan(0)));
763
}
764
0 commit comments