Skip to content

Commit

Permalink
Fixed test case
Browse files Browse the repository at this point in the history
  • Loading branch information
lvca committed Oct 2, 2015
1 parent 3344c05 commit 71697fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void testGraphMLImport() {
@Test
public void testMoveVertexCommand() {
final String INPUT_FILE = "src/test/resources/graph-example-2.xml";
String dbUrl = "memory:testGraphMLImportWithSmallBatch";
String dbUrl = "memory:testMoveVertexCommand";
StringBuilder builder = new StringBuilder();
builder.append("create database " + dbUrl + ";\n");
builder.append("import database " + INPUT_FILE + " batchSize=10;\n");
Expand Down

0 comments on commit 71697fe

Please # to comment.