We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058adfa commit 68c60f7Copy full SHA for 68c60f7
src/test/java/com/arangodb/springframework/ArangoTransactionalTestConfiguration.java
@@ -12,6 +12,6 @@
12
@EnableTransactionManagement
13
@TestExecutionListeners(TransactionalTestExecutionListener.class)
14
@Import(ArangoTransactionManagementConfigurer.class)
15
-public class ArangoTransactionalTestConfiguration extends ArangoTestConfiguration {
+public class ArangoTransactionalTestConfiguration {
16
17
}
0 commit comments