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

Commit c0a7697

Browse files
committed
Update assertion so that that test passes both with new and old parser
1 parent 201f35e commit c0a7697

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)