Skip to content

Commit 59bcd65

Browse files
Attempt to fix integration tests
1 parent e75ed41 commit 59bcd65

File tree

1 file changed

+1
-1
lines changed
  • Neo4j.Driver/Neo4j.Driver.Tests.Integration/Reactive

1 file changed

+1
-1
lines changed

Neo4j.Driver/Neo4j.Driver.Tests.Integration/Reactive/SummaryIT.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ public void ShouldNotReturnNotifications()
247247
VerifySummary(
248248
"CREATE (n) RETURN n",
249249
null,
250-
Matches<IResultSummary>(s => s.Notifications.Should().BeNull()));
250+
Matches<IResultSummary>(s => (s.Notifications ?? []).Should().BeEmpty()));
251251
}
252252

253253
[RequireServerFact("4.0.0", "5.6.0", Between)]

0 commit comments

Comments
 (0)