Skip to content

Commit 8c14e8a

Browse files
committed
#80 fix test setup
1 parent 570554e commit 8c14e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/arangodb/springframework/ArangoTransactionalTestConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
@EnableTransactionManagement
1313
@TestExecutionListeners(TransactionalTestExecutionListener.class)
1414
@Import(ArangoTransactionManagementConfigurer.class)
15-
public class ArangoTransactionalTestConfiguration extends ArangoTestConfiguration {
15+
public class ArangoTransactionalTestConfiguration {
1616

1717
}

0 commit comments

Comments
 (0)