Skip to content

Commit 7f73a28

Browse files
test: fix tests in IE
1 parent 67c54b8 commit 7f73a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/connection.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ describe('connection', function () {
436436

437437
it('should still try to reconnect twice after opening another socket asynchronously', function (done) {
438438
var manager = io.Manager(
439-
`http://localhost:9823`,
439+
'http://localhost:9823',
440440
{ reconnect: true, reconnectionAttempts: 2 }
441441
);
442442
var delay = Math.floor(manager.reconnectionDelay() * manager.randomizationFactor() * 0.5);

0 commit comments

Comments
 (0)