We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9134a46 commit 4ebf4a3Copy full SHA for 4ebf4a3
interop/test/dialer.spec.ts
@@ -32,7 +32,7 @@ describe('ping test (dialer)', function () {
32
})
33
34
it('should dial and ping', async function () {
35
- let [, otherMaStr]: string[] = await redisProxy(['BLPOP', 'listenerAddr', `${timeoutMs * 1000}`])
+ let [, otherMaStr]: string[] = await redisProxy(['BLPOP', 'listenerAddr', `${timeoutMs / 1000}`])
36
37
// Hack until these are merged:
38
// - https://github.com/multiformats/js-multiaddr-to-uri/pull/120
0 commit comments