Skip to content

Commit 2be8de0

Browse files
committed
Fixing the test fix.
Signed-off-by: Gerrit Meier <meistermeier@gmail.com>
1 parent 9e3aeb0 commit 2be8de0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/org/springframework/data/neo4j/integration/imperative/RepositoryIT.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ interface TemporalRepository extends Neo4jRepository<OffsetTemporalEntity, UUID>
577577
}
578578

579579
@SpringJUnitConfig(Config.class)
580+
@TestPropertySource(properties = "foo=Test")
580581
abstract static class IntegrationTestBase {
581582

582583
@Autowired
@@ -696,8 +697,6 @@ public boolean isCypher5Compatible() {
696697
}
697698

698699
@Nested
699-
@TestPropertySource(properties = "foo=Test")
700-
@DirtiesContext
701700
class Find extends IntegrationTestBase {
702701

703702
static Stream<Arguments> basicScrollSupportFor(@Autowired PersonRepository repository) {

0 commit comments

Comments
 (0)