Skip to content

Commit

Permalink
add missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg committed Oct 29, 2013
1 parent 1f8fcde commit e2e3e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ module.exports = _.extend(suite, {
test.equals(client.connected(), false);
test.equals(room.getMembers().length, 0);
test.done();
}, 50)
}, 50);
}
}
});
Expand Down

0 comments on commit e2e3e1b

Please sign in to comment.