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 16b0753 commit 77f5f38Copy full SHA for 77f5f38
driver/src/test/java/org/neo4j/driver/v1/integration/SessionAsyncIT.java
@@ -581,7 +581,7 @@ public void shouldFailSingleWithEmptyCursor()
581
}
582
catch ( NoSuchRecordException e )
583
{
584
- assertThat( e.getMessage(), containsString( "cursor is empty" ) );
+ assertThat( e.getMessage(), containsString( "result is empty" ) );
585
586
587
driver/src/test/java/org/neo4j/driver/v1/integration/TransactionAsyncIT.java
@@ -683,7 +683,7 @@ public void shouldFailSingleWithEmptyCursor()
683
684
685
686
687
688
689
0 commit comments