Skip to content

Commit 3f9ba3d

Browse files
bigmontzrobsdedude
andauthored
Update bolt-connection/test/channel/node/node-channel.test.js
Co-authored-by: Robsdedude <dev@rouvenbauer.de>
1 parent b10795c commit 3f9ba3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt-connection/test/channel/node/node-channel.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ describe('NodeChannel', () => {
8585
])
8686
})
8787

88-
it('should not unsubscribe to the any on connect or on timeout if connectionTimeout is not set', () => {
88+
it('should not unsubscribe from on connect nor from on timeout if connectionTimeout is not set', () => {
8989
const receiveTimeout = 42
9090
const channel = createMockedChannel(true, { connectionTimeout: 0 })
9191

0 commit comments

Comments
 (0)