Skip to content

Commit 7477ba7

Browse files
committed
chore: upate port
1 parent 510b033 commit 7477ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/transport-webrtc/test/transport.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ describe('WebRTCDirect Transport', () => {
128128
return this.skip()
129129
}
130130

131-
const ipv4 = multiaddr('/ip4/127.0.0.1/udp/37287')
132-
const ipv6 = multiaddr('/ip6/::1/udp/37287')
131+
const ipv4 = multiaddr('/ip4/127.0.0.1/udp/37288')
132+
const ipv6 = multiaddr('/ip6/::1/udp/37288')
133133

134134
await Promise.all([
135135
listener.listen(ipv4),

0 commit comments

Comments
 (0)