There was an error while loading. Please reload this page.
1 parent 402fe58 commit 44d8a07Copy full SHA for 44d8a07
src/test/java/com/arangodb/ArangoDatabaseTest.java
@@ -26,7 +26,6 @@
26
import static org.hamcrest.Matchers.greaterThan;
27
import static org.hamcrest.Matchers.hasItem;
28
import static org.hamcrest.Matchers.is;
29
-import static org.hamcrest.Matchers.not;
30
import static org.junit.Assert.assertThat;
31
import static org.junit.Assert.assertTrue;
32
import static org.junit.Assert.fail;
@@ -749,7 +748,6 @@ public void queryWithWarning() {
749
748
750
assertThat(cursor, is(notNullValue()));
751
assertThat(cursor.getWarnings(), is(notNullValue()));
752
-assertThat(cursor.getWarnings(), is(not(empty())));
753
}
754
755
@Test
0 commit comments