Skip to content

Commit 0d7d27e

Browse files
f3rnoJacobPlaster
authored andcommitted
(fix) notification auth seq test
1 parent cd8fc05 commit 0d7d27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/transports/ws2-unit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,7 @@ describe('WSv2 seq audit: _validateMessageSeq', () => {
15431543
assert.strictEqual(ws._validateMessageSeq([243, [252.12, 2, -1], 4]), null)
15441544
})
15451545

1546-
it('skips auth seq for error notifications', () => {
1546+
it('ignores auth seq for notifications', () => {
15471547
const ws = new WSv2()
15481548

15491549
ws._seqAudit = true

0 commit comments

Comments
 (0)