Skip to content

Commit 44d8a07

Browse files
author
mpv1989
committed
Fix test
1 parent 402fe58 commit 44d8a07

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import static org.hamcrest.Matchers.greaterThan;
2727
import static org.hamcrest.Matchers.hasItem;
2828
import static org.hamcrest.Matchers.is;
29-
import static org.hamcrest.Matchers.not;
3029
import static org.junit.Assert.assertThat;
3130
import static org.junit.Assert.assertTrue;
3231
import static org.junit.Assert.fail;
@@ -749,7 +748,6 @@ public void queryWithWarning() {
749748

750749
assertThat(cursor, is(notNullValue()));
751750
assertThat(cursor.getWarnings(), is(notNullValue()));
752-
assertThat(cursor.getWarnings(), is(not(empty())));
753751
}
754752

755753
@Test

0 commit comments

Comments
 (0)