Skip to content

Commit 2262d7c

Browse files
authored
Added missing semicolon
1 parent 2ef8931 commit 2262d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ describe('integration tests', function () {
133133
client = socketCluster.connect(clientOptions);
134134
client.once('connect', function (status) {
135135
assert.equal(status.authError === undefined, true);
136-
done()
136+
done();
137137
});
138138
});
139139

0 commit comments

Comments
 (0)