Skip to content

Commit

Permalink
updated test to work with 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
einaros committed Oct 22, 2011
1 parent ec6e43d commit 553b9e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/io.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ module.exports = {

cl.get('/socket.io', function (res) {
res.statusCode.should.eql(200);

cl.end();
io.server.close();
done();
});
done();
} catch (e) {
e.should.match(/EACCES/);
done();
}
}

};

0 comments on commit 553b9e9

Please sign in to comment.