Skip to content

Commit

Permalink
Fix unsubscribe unit test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Butz committed Sep 8, 2016
1 parent d653f3d commit cd405ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-unsubscribe.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@

PubSub.unsubscribe(topicB);

PubSub.publishSync(topicA, TestHelper.getUniqueString());
PubSub.publishSync(topicC, TestHelper.getUniqueString());

assert(spyA.called);
refute(spyB.called);
Expand Down

0 comments on commit cd405ea

Please sign in to comment.