Skip to content

Commit 073e302

Browse files
authored
Rename @before function name
1 parent 67c4f77 commit 073e302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public RedisGraphAPITest() {
1818
}
1919

2020
@Before
21-
public void flushDB() throws Exception{
21+
public void deleteGraph() throws Exception{
2222
api.deleteGraph();
2323
}
2424

@@ -89,4 +89,4 @@ public void testQuery() throws Exception {
8989
Assert.assertEquals( "32.000000", record.getString(0));
9090

9191
}
92-
}
92+
}

0 commit comments

Comments
 (0)