Skip to content

Commit 1b4a5ca

Browse files
committed
fix: router migration
1 parent 9400275 commit 1b4a5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/router.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ test('Should invoke the correct handler depending on the headers', (t, end) => {
319319
t.assert.match(data.toString(), /hi from wsHandler/i)
320320
wsClient.end(() => {
321321
t.assert.ok(true)
322-
end()
322+
setTimeout(end, 100)
323323
})
324324
})
325325
})

0 commit comments

Comments
 (0)