Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 550adae

Browse files
committed
test: Log missing message.
1 parent ff020ab commit 550adae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export function getWaitForStorage(client: StreamrClient, defaultOpts = {}) {
119119
publishRequest,
120120
last: last!.map((l: any) => l.content),
121121
})
122-
const err: any = new Error(`timed out after ${duration}ms waiting for message`)
122+
const err: any = new Error(`timed out after ${duration}ms waiting for message: ${inspect(publishRequest)}`)
123123
err.publishRequest = publishRequest
124124
throw err
125125
}

0 commit comments

Comments
 (0)