Skip to content

Commit 559167a

Browse files
committed
test: create integration using pure id annotation
Signed-off-by: Otavio Santana <[email protected]>
1 parent f5daf6c commit 559167a

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
@@ -55,7 +55,7 @@
5555
@AddPackages(Reflections.class)
5656
@AddPackages(Converters.class)
5757
@EnabledIfSystemProperty(named = NAMED, matches = MATCHES)
58-
class ArangoDBTemplateIntegrationArticleTest {
58+
class ArangoDBTemplateIntegrationUsingIdAnnotationTest {
5959

6060
@Inject
6161
private ArangoDBTemplate template;

0 commit comments

Comments
 (0)