Skip to content

Commit 99b397b

Browse files
tests: delete invalid test
1 parent 9d30752 commit 99b397b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/lib/transports/ws2-unit.js

-8
Original file line numberDiff line numberDiff line change
@@ -2279,14 +2279,6 @@ describe('WSv2 unit', () => {
22792279
})
22802280
})
22812281

2282-
describe('hasChannel', () => {
2283-
it('returns true if the channel map contains the requested ID', () => {
2284-
ws = createTestWSv2Instance()
2285-
ws._channelMap = { test: '' }
2286-
assert.ok(ws.hasChannel('test'), 'channel ID not recognized')
2287-
})
2288-
})
2289-
22902282
describe('getChannelId', () => {
22912283
it('matches the specified type and filter', () => {
22922284
ws = createTestWSv2Instance()

0 commit comments

Comments
 (0)