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

Commit 5743995

Browse files
committed
Code Review: typo
1 parent 135ff87 commit 5743995

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
@@ -252,7 +252,7 @@ public void shouldReadEmptyCypherStatementsFromFileInteractively() throws Except
252252
}
253253

254254
@Test
255-
public void shouldReadHandleInvalidCypherStatementsFromFileInteractively() throws Exception {
255+
public void shouldHandleInvalidCypherStatementsFromFileInteractively() throws Exception {
256256
// given
257257
ToStringLinePrinter linePrinter = new ToStringLinePrinter();
258258
CypherShell shell = interactiveShell( linePrinter );

0 commit comments

Comments
 (0)