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

Commit 665e10f

Browse files
committed
Update assertion so that that test passes both with new and old parser
1 parent def6d54 commit 665e10f

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
@@ -421,7 +421,7 @@ public void shouldHandleInvalidCypherStatementsFromFileInteractively() throws Ex
421421

422422
// then
423423
exception.expect( ClientException.class );
424-
exception.expectMessage( "Invalid input 'T':" );
424+
exception.expectMessage( "Invalid input 'T" );
425425
shell.execute( ":source " + fileFromResource( "invalid.cypher" ));
426426
}
427427

0 commit comments

Comments
 (0)