Skip to content

Commit eba821d

Browse files
test: unskip test with local flag
Related: socketio/socket.io@30430f0
1 parent faa0389 commit eba821d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,7 @@ describe("@socket.io/postgres-adapter", () => {
377377
expect(remoteSocket.rooms.size).to.eql(1);
378378
});
379379

380-
// TODO needs to be fixed in the `socket.io` package
381-
it.skip("returns only local socket instances", async () => {
380+
it("returns only local socket instances", async () => {
382381
const sockets = await servers[0].local.fetchSockets();
383382

384383
expect(sockets).to.have.length(1);

0 commit comments

Comments
 (0)