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 fe1ba6b commit 6b9fafaCopy full SHA for 6b9fafa
src/test/java/com/arangodb/ArangoGraphTest.java
@@ -64,7 +64,7 @@ public class ArangoGraphTest extends BaseTest {
64
public static void setup() throws InterruptedException, ExecutionException {
65
try {
66
db.graph(GRAPH_NAME).drop().get();
67
- } catch (final ArangoDBException e1) {
+ } catch (final Exception e) {
68
}
69
final Collection<EdgeDefinition> edgeDefinitions = new ArrayList<>();
70
edgeDefinitions.add(new EdgeDefinition().collection(EDGE_COL_1).from(VERTEX_COL_1).to(VERTEX_COL_2));
0 commit comments