Skip to content

Commit

Permalink
Removed console.log + added \n
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Jun 29, 2011
1 parent 2342133 commit 1966441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/socket.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,13 @@

socket.of('/a')
.on('connect_failed', function (msg) {
console.log('winning');
next();
})
.on('error', function (msg) {
throw new Error(msg || 'Received an error');
});
},

'test sending json from server': function (next) {
var socket = create();

Expand Down

0 comments on commit 1966441

Please sign in to comment.