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 9a87a34 commit d163f33Copy full SHA for d163f33
src/test/java/com/arangodb/example/graph/GraphAqlQueryExample.java
@@ -160,7 +160,7 @@ public void graphAqlQuery() throws ArangoException {
160
Assert.assertEquals(new Long(2L), shortestPath.getDistance());
161
162
//
163
- printHeadline("get shortest path (epmty)");
+ printHeadline("get shortest path (empty)");
164
165
166
// path Frauke -> Anton (empty result)
0 commit comments