Skip to content

Commit db0754e

Browse files
Fix invalid test setup.
1 parent 8f6c9db commit db0754e

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/test/java/org/springframework/data/neo4j/integration/conversion_imperative/ImperativeCompositePropertiesIT.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
import org.springframework.data.neo4j.repository.Neo4jRepository;
3939
import org.springframework.data.neo4j.repository.config.EnableNeo4jRepositories;
4040
import org.springframework.data.neo4j.test.BookmarkCapture;
41-
import org.springframework.data.neo4j.test.Neo4jExtension;
4241
import org.springframework.data.neo4j.test.Neo4jImperativeTestConfiguration;
4342
import org.springframework.data.neo4j.test.Neo4jIntegrationTest;
4443
import org.springframework.transaction.PlatformTransactionManager;
@@ -51,8 +50,6 @@
5150
@Neo4jIntegrationTest
5251
class ImperativeCompositePropertiesIT extends CompositePropertiesITBase {
5352

54-
protected static Neo4jExtension.Neo4jConnectionSupport neo4jConnectionSupport;
55-
5653
@Autowired ImperativeCompositePropertiesIT(Driver driver, BookmarkCapture bookmarkCapture) {
5754
super(driver, bookmarkCapture);
5855
}

src/test/java/org/springframework/data/neo4j/integration/conversion_reactive/ReactiveCompositePropertiesIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@
5757
@Tag(Neo4jExtension.NEEDS_REACTIVE_SUPPORT)
5858
class ReactiveCompositePropertiesIT extends CompositePropertiesITBase {
5959

60-
protected static Neo4jExtension.Neo4jConnectionSupport neo4jConnectionSupport;
61-
6260
@Autowired
6361
ReactiveCompositePropertiesIT(Driver driver, BookmarkCapture bookmarkCapture) {
6462
super(driver, bookmarkCapture);

0 commit comments

Comments
 (0)