8000 change test · dchrzascik/arangodb-java-driver@e7b0bd6 · GitHub
[go: up one dir, main page]

Skip to content

Commit e7b0bd6

Browse files
author
mpv1989
committed
change test
1 parent 3ed215f commit e7b0bd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/arangodb/internal/velocystream/CommunicationTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ public void run() {
103103
db.query("return sleep(1)", null, null, null);
104104
result.add("1");
105105
} catch (final ArangoDBException e) {
106+
e.printStackTrace(System.err);
106107
}
107108
}
108109
};
@@ -113,6 +114,7 @@ public void run() {
113114
db.query("return sleep(1)", null, null, null);
114115
result.add("1");
115116
} catch (final ArangoDBException e) {
117+
e.printStackTrace(System.err);
116118
}
117119
}
118120
};

0 commit comments

Comments
 (0)
0