Skip to content

Commit d0c4363

Browse files
committed
test: include population on repository
Signed-off-by: Otavio Santana <[email protected]>
1 parent f215843 commit d0c4363

File tree

1 file changed

+1
-1
lines changed
  • jnosql-tinkerpop/src/test/java/org/eclipse/jnosql/databases/tinkerpop/mapping

1 file changed

+1
-1
lines changed

jnosql-tinkerpop/src/test/java/org/eclipse/jnosql/databases/tinkerpop/mapping/Population.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
@Repository
2424
public interface Population extends TinkerPopRepository<Human, String> {
2525

26-
@Gremlin("g.V().hasLabel('Human')")
26+
@Gremlin("g.V().hasLabel('Human').order().by('name', Order.asc)")
2727
List<Human> allHumans();
2828

2929
@Gremlin("g.V().hasLabel('Human')")

0 commit comments

Comments
 (0)