Skip to content

Commit b5953e5

Browse files
author
DvirDukhan
committed
added runtime exceptions
1 parent 91ac3a8 commit b5953e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/redislabs/redisgraph/RedisGraphAPITest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import com.redislabs.redisgraph.graph_entities.Property;
1313
import com.redislabs.redisgraph.impl.api.RedisGraph;
1414
import com.redislabs.redisgraph.impl.resultset.ResultSetImpl;
15-
import jdk.nashorn.internal.ir.annotations.Ignore;
1615
import org.junit.After;
1716
import org.junit.Assert;
1817
import org.junit.Before;
@@ -159,7 +158,6 @@ public void testIndex() {
159158
Assert.assertNotNull(createNonExistingIndexResult.getStatistics().getStringValue(Label.INDICES_ADDED));
160159
Assert.assertEquals(1, createNonExistingIndexResult.getStatistics().indicesAdded());
161160

162-
163161
}
164162

165163
@Test

0 commit comments

Comments
 (0)