Skip to content

Commit

Permalink
[test] Remove leftover from test
Browse files Browse the repository at this point in the history
Refs: 2995349f
  • Loading branch information
lpinca committed Sep 21, 2022
1 parent 6b71a49 commit 0da6036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/websocket-server.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ describe('WebSocketServer', () => {
}
});

const ws = new WebSocket(`ws+unix://${sockPath}:/foo?bar=bar`);
ws.on('open', () => new WebSocket(`ws+unix://${sockPath}`));
const ws = new WebSocket(`ws+unix:${sockPath}:/foo?bar=bar`);
ws.on('open', () => new WebSocket(`ws+unix:${sockPath}`));
});
});
});
Expand Down

0 comments on commit 0da6036

Please sign in to comment.