Skip to content

Commit 8adeaa1

Browse files
committed
test: update Id annotation
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
1 parent fea7a98 commit 8adeaa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ void shouldUpdate() {
8787
.isNotNull()
8888
.isEqualTo(article);
8989

90-
Article updated = new Article(article.id(), article.title() + " updated", 2);
90+
Article updated = new Article(article.id(), article.title() + " updated", 2);
9191

9292
assertThat(template.update(updated))
9393
.isNotNull()

0 commit comments

Comments
 (0)