dance around error checking with this one weird trick

This commit is contained in:
Zeke Sikelianos 2016-03-28 16:31:06 -07:00 committed by Kevin Sawicki
parent 5e4696f4a7
commit c5f70c8d99
3 changed files with 14 additions and 10 deletions

View file

@ -391,7 +391,7 @@ describe('chromium feature', function () {
done('user agent is empty')
}
})
var socket = new WebSocket(`ws://127.0.0.1: ${port}`)
var socket = new WebSocket(`ws://127.0.0.1:${port}`)
assert(socket)
})
})