Skip to content

Commit d9fbed8

Browse files
Subin Varghesemroderick
authored andcommitted
fix: Correct unit test
1 parent 3fb21e3 commit d9fbed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-subscribeAll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe( 'subscribeAll method', function() {
1515
assert.isString( token );
1616
});
1717

18-
describe('when user subscribes for all messages using this', function() {
18+
it('should subscribe for all messages', function() {
1919
var message = TestHelper.getUniqueString(),
2020
subscribeFn = sinon.spy();
2121

0 commit comments

Comments
 (0)