Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 4a4874d

Browse files
authored
Merge pull request #238 from pontusmelke/4.0-fix-assumptions
Update assertion so that that test passes both with new and old parser
2 parents 201f35e + c0a7697 commit 4a4874d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypher-shell/src/integration-test/java/org/neo4j/shell/MainIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ public void shouldHandleInvalidCypherStatementsFromFileInteractively() throws Ex
419419

420420
// then
421421
exception.expect( ClientException.class );
422-
exception.expectMessage( "Invalid input 'T':" );
422+
exception.expectMessage( "Invalid input 'T" );
423423
shell.execute( ":source " + fileFromResource( "invalid.cypher" ));
424424
}
425425

0 commit comments

Comments
 (0)