Skip to content

Commit 19e4089

Browse files
Allow branch-snapshots of Data-Commons in StartupLoggerTest, too.
1 parent 8777354 commit 19e4089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/springframework/data/neo4j/repository/config/StartupLoggerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ void startingMessageShouldFit() {
3030

3131
String message = new StartupLogger(StartupLogger.Mode.IMPERATIVE).getStartingMessage();
3232
assertThat(message).matches(
33-
"Bootstrapping imperative Neo4j repositories based on an unknown version of SDN with Spring Data Commons v2\\.\\d+\\.\\d+.(RELEASE|SNAPSHOT) and Neo4j Driver v4\\.\\d+\\.\\d+(?:-.*)\\.");
33+
"Bootstrapping imperative Neo4j repositories based on an unknown version of SDN with Spring Data Commons v2\\.\\d+\\.\\d+.(RELEASE|(?:DATACMNS-\\d+-)?SNAPSHOT) and Neo4j Driver v4\\.\\d+\\.\\d+(?:-.*)\\.");
3434
}
3535
}

0 commit comments

Comments
 (0)