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 652ac1b commit ad61308Copy full SHA for ad61308
packages/neo4j-driver-lite/test/unit/index.test.ts
@@ -222,7 +222,8 @@ describe('index', () => {
222
supportsMultiDb: async () => true,
223
supportsTransactionConfig: async () => true,
224
supportsUserImpersonation: async () => true,
225
- verifyConnectivityAndGetServerInfo: async () => new ServerInfo({})
+ verifyConnectivityAndGetServerInfo: async () => new ServerInfo({}),
226
+ getNegotiatedProtocolVersion: async () => 5.0
227
}
228
})
229
expect(session).toBeDefined()
0 commit comments