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 a8b1768 commit e3e99cbCopy full SHA for e3e99cb
test/unit/cmap/wire_protocol/constants.test.ts
@@ -16,7 +16,7 @@ describe('Wire Protocol Constants', function () {
16
17
describe('MAX_SUPPORTED_SERVER_VERSION', function () {
18
it('returns 8.0', function () {
19
- expect(MAX_SUPPORTED_SERVER_VERSION).to.equal('8.0');
+ expect(MAX_SUPPORTED_SERVER_VERSION).to.equal('8.2');
20
});
21
22
@@ -28,7 +28,7 @@ describe('Wire Protocol Constants', function () {
28
29
describe('MAX_SUPPORTED_WIRE_VERSION', function () {
30
it('returns 25', function () {
31
- expect(MAX_SUPPORTED_WIRE_VERSION).to.equal(25);
+ expect(MAX_SUPPORTED_WIRE_VERSION).to.equal(27);
32
33
34
0 commit comments