Skip to content

Commit 6b9fafa

Browse files
author
mpv1989
committed
Fix test
1 parent fe1ba6b commit 6b9fafa

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
@@ -64,7 +64,7 @@ public class ArangoGraphTest extends BaseTest {
6464
public static void setup() throws InterruptedException, ExecutionException {
6565
try {
6666
db.graph(GRAPH_NAME).drop().get();
67-
} catch (final ArangoDBException e1) {
67+
} catch (final Exception e) {
6868
}
6969
final Collection<EdgeDefinition> edgeDefinitions = new ArrayList<>();
7070
edgeDefinitions.add(new EdgeDefinition().collection(EDGE_COL_1).from(VERTEX_COL_1).to(VERTEX_COL_2));

0 commit comments

Comments
 (0)