We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ac3a8 commit b5953e5Copy full SHA for b5953e5
src/test/java/com/redislabs/redisgraph/RedisGraphAPITest.java
@@ -12,7 +12,6 @@
12
import com.redislabs.redisgraph.graph_entities.Property;
13
import com.redislabs.redisgraph.impl.api.RedisGraph;
14
import com.redislabs.redisgraph.impl.resultset.ResultSetImpl;
15
-import jdk.nashorn.internal.ir.annotations.Ignore;
16
import org.junit.After;
17
import org.junit.Assert;
18
import org.junit.Before;
@@ -159,7 +158,6 @@ public void testIndex() {
159
158
Assert.assertNotNull(createNonExistingIndexResult.getStatistics().getStringValue(Label.INDICES_ADDED));
160
Assert.assertEquals(1, createNonExistingIndexResult.getStatistics().indicesAdded());
161
162
-
163
}
164
165
@Test
0 commit comments