We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637de70 commit 32b78d9Copy full SHA for 32b78d9
src/test/java/com/arangodb/ArangoDriverCursorTest.java
@@ -283,6 +283,7 @@ public void test_CursorResult_profile() throws ArangoException {
283
// extra.profile has to be null
284
assertThat(object, is(nullValue()));
285
}
286
+ driver.deleteQueryCache();
287
{
288
// with profiling
289
aqlQueryOptions.setProfile(true);
@@ -312,6 +313,7 @@ public void test_DocumentCursor_profile() throws ArangoException {
312
313
314
315
316
317
318
319
0 commit comments