Skip to content

Commit b366791

Browse files
author
mpv1989
committed
Fix test
1 parent d88f318 commit b366791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/arangodb/ArangoGraphTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public void create() {
115115
assertThat(result, is(notNullValue()));
116116
assertThat(result.getName(), is(GRAPH_NAME + "_1"));
117117
} finally {
118-
db.graph(GRAPH_NAME).drop();
118+
db.graph(GRAPH_NAME + "_1").drop();
119119
}
120120
}
121121

0 commit comments

Comments
 (0)