Skip to content

Commit bc3fd06

Browse files
Update test/test-getSubscriptions.js
Co-Authored-By: Morgan Roderick <20321+mroderick@users.noreply.github.com>
1 parent 54541f3 commit bc3fd06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test-getSubscriptions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ var PubSub = require('../src/pubsub'),
66
sinon = require('sinon');
77

88
describe('getSubscriptions method', function () {
9-
109
it('must be length eq 0', function () {
1110
var topic = TestHelper.getUniqueString(),
1211
spy1 = sinon.spy();

0 commit comments

Comments
 (0)