We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e6cf9 commit 5b1e142Copy full SHA for 5b1e142
driver/src/test/java/org/neo4j/driver/v1/tck/DriverResultApiSteps.java
@@ -58,7 +58,7 @@ public class DriverResultApiSteps
58
List<Statement> statements;
59
60
@When( "^the `Statement Result` is consumed a `Result Summary` is returned$" )
61
- public void the_result_is_summerized() throws Throwable
+ public void the_result_is_summarized() throws Throwable
62
{
63
summaries = new ArrayList<>();
64
for ( CypherStatementRunner runner : runners )
0 commit comments