Skip to content

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
webmakersteve committed Mar 22, 2017
1 parent f376807 commit d5893c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/util/topicWritable.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ module.exports = {
fakeClient.poll = function() {
return this;
};
fakeClient.setPollInterval = function() {
return this;
};
},

'exports a stream class': function() {
Expand Down

0 comments on commit d5893c5

Please sign in to comment.