Skip to content

Commit e3e99cb

Browse files
committed
test: fix constants test
1 parent a8b1768 commit e3e99cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/cmap/wire_protocol/constants.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('Wire Protocol Constants', function () {
1616

1717
describe('MAX_SUPPORTED_SERVER_VERSION', function () {
1818
it('returns 8.0', function () {
19-
expect(MAX_SUPPORTED_SERVER_VERSION).to.equal('8.0');
19+
expect(MAX_SUPPORTED_SERVER_VERSION).to.equal('8.2');
2020
});
2121
});
2222

@@ -28,7 +28,7 @@ describe('Wire Protocol Constants', function () {
2828

2929
describe('MAX_SUPPORTED_WIRE_VERSION', function () {
3030
it('returns 25', function () {
31-
expect(MAX_SUPPORTED_WIRE_VERSION).to.equal(25);
31+
expect(MAX_SUPPORTED_WIRE_VERSION).to.equal(27);
3232
});
3333
});
3434
});

0 commit comments

Comments
 (0)