Skip to content

Commit d163f33

Browse files
author
a-brandt
committed
fixed typo
1 parent 9a87a34 commit d163f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/arangodb/example/graph/GraphAqlQueryExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public void graphAqlQuery() throws ArangoException {
160160
Assert.assertEquals(new Long(2L), shortestPath.getDistance());
161161

162162
//
163-
printHeadline("get shortest path (epmty)");
163+
printHeadline("get shortest path (empty)");
164164
//
165165

166166
// path Frauke -> Anton (empty result)

0 commit comments

Comments
 (0)