Skip to content

Commit ad61308

Browse files
committed
Fixing test
1 parent 652ac1b commit ad61308

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/neo4j-driver-lite/test/unit/index.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ describe('index', () => {
222222
supportsMultiDb: async () => true,
223223
supportsTransactionConfig: async () => true,
224224
supportsUserImpersonation: async () => true,
225-
verifyConnectivityAndGetServerInfo: async () => new ServerInfo({})
225+
verifyConnectivityAndGetServerInfo: async () => new ServerInfo({}),
226+
getNegotiatedProtocolVersion: async () => 5.0
226227
}
227228
})
228229
expect(session).toBeDefined()

0 commit comments

Comments
 (0)