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 4c6216c commit 82a0007Copy full SHA for 82a0007
packages/neo4j-driver/test/bolt-v3.test.js
@@ -92,7 +92,8 @@ describe('#integration Bolt V3 API', () => {
92
if (
93
e.code !== 'Neo.ClientError.Transaction.TransactionTimedOut' &&
94
e.code !== 'Neo.TransientError.Transaction.LockClientStopped' &&
95
- e.code !== 'Neo.ClientError.Transaction.LockClientStopped'
+ e.code !== 'Neo.ClientError.Transaction.LockClientStopped' &&
96
+ e.code !== 'Neo.ClientError.Transaction.TransactionTimedOutClientConfiguration'
97
) {
98
fail('Expected transaction timeout error but got: ' + e.code)
99
}
0 commit comments