File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ async function runTest () {
68
68
const id = await relay . api . id ( )
69
69
const address = id . addresses
70
70
. map ( ma => ma . toString ( ) )
71
- . find ( addr => addr . includes ( '/ws/p2p' ) )
71
+ . find ( addr => addr . includes ( '/ws/p2p/ ' ) )
72
72
73
73
if ( ! address ) {
74
74
throw new Error ( `Could not find web socket address in ${ id . addresses } ` )
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ async function runTest () {
63
63
const id = await relay . api . id ( )
64
64
const address = id . addresses
65
65
. map ( ma => ma . toString ( ) )
66
- . find ( addr => addr . includes ( '/ws/p2p/Qm ' ) )
66
+ . find ( addr => addr . includes ( '/ws/p2p/' ) )
67
67
68
68
if ( ! address ) {
69
69
throw new Error ( `Could not find web socket address in ${ id . addresses } ` )
You can’t perform that action at this time.
0 commit comments