Skip to content

Commit e3e6cf9

Browse files
committed
spelling: statement
1 parent 25bbede commit e3e6cf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void usingSingleOnStatementResultGivesARecordContaining( DataTable table
6666
}
6767

6868
@Then( "^using `Single` on `Statement Result` throws exception:$" )
69-
public void usingSingleOnStatmentResultThrowsException( DataTable table ) throws Throwable
69+
public void usingSingleOnStatementResultThrowsException( DataTable table ) throws Throwable
7070
{
7171
for ( CypherStatementRunner runner : runners )
7272
{
@@ -89,7 +89,7 @@ public void usingSingleOnStatmentResultThrowsException( DataTable table ) throws
8989
}
9090

9191
@Then( "^using `Peek` on `Statement Result` fails$" )
92-
public void usingPeekOnStatmentResultGivesNull() throws Throwable
92+
public void usingPeekOnStatementResultGivesNull() throws Throwable
9393
{
9494
for ( CypherStatementRunner runner : runners )
9595
{
@@ -105,7 +105,7 @@ public void usingPeekOnStatmentResultGivesNull() throws Throwable
105105
}
106106

107107
@Then( "^using `Peek` on `Statement Result` gives a `Record` containing:$" )
108-
public void usingPeekOnStatmentResultGivesARecord( DataTable table ) throws Throwable
108+
public void usingPeekOnStatementResultGivesARecord( DataTable table ) throws Throwable
109109
{
110110
List<String> keys = table.diffableRows().get( 0 ).convertedRow;
111111
List<String> values = table.diffableRows().get( 1 ).convertedRow;

0 commit comments

Comments
 (0)