Skip to content

Commit b059dcd

Browse files
author
a-brandt
committed
fixed test
1 parent 32b78d9 commit b059dcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/arangodb/ArangoDriverTransactionTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ public void allowImplicit() throws ArangoException {
168168
assertThat(result.getCode(), is(200));
169169
assertThat(result.isError(), is(false));
170170
}
171+
driver.deleteQueryCache();
171172
{
172173
transaction.setAllowImplicit(false);
173174
try {

0 commit comments

Comments
 (0)