Skip to content

Commit 4ebf4a3

Browse files
committed
chore: make arg string
1 parent 9134a46 commit 4ebf4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interop/test/dialer.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('ping test (dialer)', function () {
3232
})
3333

3434
it('should dial and ping', async function () {
35-
let [, otherMaStr]: string[] = await redisProxy(['BLPOP', 'listenerAddr', `${timeoutMs * 1000}`])
35+
let [, otherMaStr]: string[] = await redisProxy(['BLPOP', 'listenerAddr', `${timeoutMs / 1000}`])
3636

3737
// Hack until these are merged:
3838
// - https://github.com/multiformats/js-multiaddr-to-uri/pull/120

0 commit comments

Comments
 (0)