Fix test
This commit is contained in:
parent
1a06cb5cbe
commit
01ca1be24e
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
|||
});
|
||||
});
|
||||
|
||||
it('uses / as a default path', function() {
|
||||
it('uses / as a default path', function(done) {
|
||||
var mockServer = new MockServer('ws://localhost:8081');
|
||||
mockServer.on('connection', function(server) {
|
||||
server.on('message', function(data) {
|
||||
|
|
Loading…
Reference in a new issue