File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
driver/src/test/java/org/neo4j/driver/v1/tck Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public void usingSingleOnStatementResultGivesARecordContaining( DataTable table
66
66
}
67
67
68
68
@ Then ( "^using `Single` on `Statement Result` throws exception:$" )
69
- public void usingSingleOnStatmentResultThrowsException ( DataTable table ) throws Throwable
69
+ public void usingSingleOnStatementResultThrowsException ( DataTable table ) throws Throwable
70
70
{
71
71
for ( CypherStatementRunner runner : runners )
72
72
{
@@ -89,7 +89,7 @@ public void usingSingleOnStatmentResultThrowsException( DataTable table ) throws
89
89
}
90
90
91
91
@ Then ( "^using `Peek` on `Statement Result` fails$" )
92
- public void usingPeekOnStatmentResultGivesNull () throws Throwable
92
+ public void usingPeekOnStatementResultGivesNull () throws Throwable
93
93
{
94
94
for ( CypherStatementRunner runner : runners )
95
95
{
@@ -105,7 +105,7 @@ public void usingPeekOnStatmentResultGivesNull() throws Throwable
105
105
}
106
106
107
107
@ 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
109
109
{
110
110
List <String > keys = table .diffableRows ().get ( 0 ).convertedRow ;
111
111
List <String > values = table .diffableRows ().get ( 1 ).convertedRow ;
You can’t perform that action at this time.
0 commit comments