diff --git a/test/util/topicWritable.spec.js b/test/util/topicWritable.spec.js index 5b274cd9..2a52a84e 100644 --- a/test/util/topicWritable.spec.js +++ b/test/util/topicWritable.spec.js @@ -35,6 +35,9 @@ module.exports = { fakeClient.poll = function() { return this; }; + fakeClient.setPollInterval = function() { + return this; + }; }, 'exports a stream class': function() {