Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2be8de0

Browse files
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
  • src/test/java/org/springframework/data/neo4j/integration/imperative

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)

AltStyle によって変換されたページ (->オリジナル) /