Skip to content

Commit cd5ec34

Browse files
committed
GH-2193 - Adjust transaction manager test.
1 parent ec2264c commit cd5ec34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void exceptionShouldNotBeShadowed(
6565
transactionTemplate.executeWithoutResult(tx -> {
6666
client.query("CREATE (n:ShouldNotBeThere)").run();
6767
someRepository.broken();
68-
})).withMessageStartingWith("Invalid input 'K'");
68+
})).withMessageStartingWith("Invalid input");
6969

7070
try (Session session = neo4jConnectionSupport.getDriver().session()) {
7171
long cnt = session

0 commit comments

Comments
 (0)