Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Apr 8, 2024
1 parent 87679e2 commit 7248b72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions node/src/test/test-WebRtcTransport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ test('router.createWebRtcTransport() with fixed port succeeds', async () => {
});

expect(webRtcTransport.iceCandidates[0].port).toEqual(port);

webRtcTransport.close();
}, 2000);

test('router.createWebRtcTransport() with portRange succeeds', async () => {
Expand Down

0 comments on commit 7248b72

Please sign in to comment.