Skip to content

Commit

Permalink
Remove .only ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Bridgewater committed Nov 27, 2015
1 parent 261d064 commit 33d5981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pubsub.spec.js
Expand Up @@ -42,7 +42,7 @@ describe("publish/subscribe", function () {
});
});

it.only('does not fire subscribe events after reconnecting', function (done) {
it('does not fire subscribe events after reconnecting', function (done) {
var a = false;
sub.on("subscribe", function (chnl, count) {
if (chnl === channel2) {
Expand Down

0 comments on commit 33d5981

Please sign in to comment.