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 b10795c commit 3f9ba3dCopy full SHA for 3f9ba3d
bolt-connection/test/channel/node/node-channel.test.js
@@ -85,7 +85,7 @@ describe('NodeChannel', () => {
85
])
86
})
87
88
- it('should not unsubscribe to the any on connect or on timeout if connectionTimeout is not set', () => {
+ it('should not unsubscribe from on connect nor from on timeout if connectionTimeout is not set', () => {
89
const receiveTimeout = 42
90
const channel = createMockedChannel(true, { connectionTimeout: 0 })
91
0 commit comments