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 d9caec6 commit b35124aCopy full SHA for b35124a
test/tools/mongodb-mock/index.js
@@ -17,8 +17,8 @@ const DEFAULT_HELLO = {
17
ok: 1
18
};
19
20
-const DEFAULT_HELLO_40 = Object.assign({}, DEFAULT_HELLO, {
21
- maxWireVersion: 7,
+const DEFAULT_HELLO_42 = Object.assign({}, DEFAULT_HELLO, {
+ maxWireVersion: 8,
22
logicalSessionTimeoutMinutes: 10
23
});
24
@@ -92,5 +92,5 @@ function cleanup(spy, callback) {
92
module.exports = {
93
createServer,
94
cleanup,
95
- HELLO: DEFAULT_HELLO_40
+ HELLO: DEFAULT_HELLO_42
96
0 commit comments