Fix invalid test setup.
This commit is contained in:
@@ -38,7 +38,6 @@ import org.springframework.data.neo4j.integration.shared.conversion.ThingWithCus
|
||||
import org.springframework.data.neo4j.repository.Neo4jRepository;
|
||||
import org.springframework.data.neo4j.repository.config.EnableNeo4jRepositories;
|
||||
import org.springframework.data.neo4j.test.BookmarkCapture;
|
||||
import org.springframework.data.neo4j.test.Neo4jExtension;
|
||||
import org.springframework.data.neo4j.test.Neo4jImperativeTestConfiguration;
|
||||
import org.springframework.data.neo4j.test.Neo4jIntegrationTest;
|
||||
import org.springframework.transaction.PlatformTransactionManager;
|
||||
@@ -51,8 +50,6 @@ import org.springframework.transaction.annotation.EnableTransactionManagement;
|
||||
@Neo4jIntegrationTest
|
||||
class ImperativeCompositePropertiesIT extends CompositePropertiesITBase {
|
||||
|
||||
protected static Neo4jExtension.Neo4jConnectionSupport neo4jConnectionSupport;
|
||||
|
||||
@Autowired ImperativeCompositePropertiesIT(Driver driver, BookmarkCapture bookmarkCapture) {
|
||||
super(driver, bookmarkCapture);
|
||||
}
|
||||
|
||||
@@ -57,8 +57,6 @@ import org.springframework.transaction.annotation.EnableTransactionManagement;
|
||||
@Tag(Neo4jExtension.NEEDS_REACTIVE_SUPPORT)
|
||||
class ReactiveCompositePropertiesIT extends CompositePropertiesITBase {
|
||||
|
||||
protected static Neo4jExtension.Neo4jConnectionSupport neo4jConnectionSupport;
|
||||
|
||||
@Autowired
|
||||
ReactiveCompositePropertiesIT(Driver driver, BookmarkCapture bookmarkCapture) {
|
||||
super(driver, bookmarkCapture);
|
||||
|
||||
Reference in New Issue
Block a user