Skip to content

Commit 713680e

Browse files
committed
fix: update book entity
Signed-off-by: Otavio Santana <[email protected]>
1 parent 0bd4945 commit 713680e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

jnosql-mongodb/src/test/java/org/eclipse/jnosql/databases/mongodb/integration/Book.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import jakarta.nosql.Id;
2020

2121
@Entity
22-
public record Book(@Id String id, @Column("title") String title, @Column("title") int edition) {
22+
public record Book(@Id String id, @Column("title") String title, @Column("edition") int edition) {
2323

2424

2525
}

0 commit comments

Comments
 (0)