Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
💚 fix test
  • Loading branch information
thiamsantos committed Oct 13, 2017
commit 5725d1fb1c1067f2ce7f310b294171241b40ff05
2 changes: 1 addition & 1 deletion test/socket.io.js
Original file line number Diff line number Diff line change
Expand Up @@ -2107,7 +2107,7 @@ describe('socket.io', function(){
});

describe('middleware', function(done){
var Socket = require('../dist/socket');
var Socket = require('../lib/socket');

it('should call functions', function(done){
var srv = http();
Expand Down