Skip to content

Commit 5b1e142

Browse files
committed
spelling: summarized
1 parent e3e6cf9 commit 5b1e142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/test/java/org/neo4j/driver/v1/tck/DriverResultApiSteps.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class DriverResultApiSteps
5858
List<Statement> statements;
5959

6060
@When( "^the `Statement Result` is consumed a `Result Summary` is returned$" )
61-
public void the_result_is_summerized() throws Throwable
61+
public void the_result_is_summarized() throws Throwable
6262
{
6363
summaries = new ArrayList<>();
6464
for ( CypherStatementRunner runner : runners )

0 commit comments

Comments
 (0)