Skip to content

Commit 2f33718

Browse files
committed
whatspace
1 parent 0c6d50d commit 2f33718

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/socket.io.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ describe('socket.io', function(){
655655
});
656656
});
657657
});
658-
658+
659659
it('should not reuse same-namespace connections', function(done){
660660
var srv = http();
661661
var sio = io(srv);
@@ -746,6 +746,7 @@ describe('socket.io', function(){
746746
}
747747
});
748748

749+
749750
it('should find all clients across namespace rooms', function(done){
750751
var srv = http();
751752
var sio = io(srv);
@@ -1533,7 +1534,7 @@ describe('socket.io', function(){
15331534
});
15341535
});
15351536
});
1536-
1537+
15371538
it('should see query parameters sent from secondary namespace connections in handshake object', function(done){
15381539
var srv = http();
15391540
var sio = io(srv);

0 commit comments

Comments
 (0)