We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2264c commit cd5ec34Copy full SHA for cd5ec34
src/test/java/org/springframework/data/neo4j/integration/imperative/Neo4jTransactionManagerTestIT.java
@@ -65,7 +65,7 @@ void exceptionShouldNotBeShadowed(
65
transactionTemplate.executeWithoutResult(tx -> {
66
client.query("CREATE (n:ShouldNotBeThere)").run();
67
someRepository.broken();
68
- })).withMessageStartingWith("Invalid input 'K'");
+ })).withMessageStartingWith("Invalid input");
69
70
try (Session session = neo4jConnectionSupport.getDriver().session()) {
71
long cnt = session
0 commit comments