Skip to content

Commit 2d16a39

Browse files
Make test less brittle
1 parent f6288bf commit 2d16a39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ public void ShouldFailToBeginTxcWithInvalidBookmark()
275275
Matches<Exception>(exc => {
276276
var ne = exc as Neo4jException;
277277
ne.Should().NotBeNull();
278-
ne?.GqlStatus.Should().Be("08N12");
279278
})));
280279
}
281280

0 commit comments

Comments
 (0)