Skip to content

Commit 234f454

Browse files
committed
feat: return magazine
Signed-off-by: Otavio Santana <[email protected]>
1 parent 644f2dd commit 234f454

File tree

1 file changed

+1
-1
lines changed
  • jnosql-arangodb/src/test/java/org/eclipse/jnosql/databases/arangodb/integration

1 file changed

+1
-1
lines changed

jnosql-arangodb/src/test/java/org/eclipse/jnosql/databases/arangodb/integration/Magazine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
@Entity
2424
public class Magazine {
2525

26-
@Id
26+
@Id("_key")
2727
private String id;
2828

2929
@Column("title")

0 commit comments

Comments
 (0)