Skip to content

Commit 5a15a6c

Browse files
ankonwebmakersteve
authored andcommitted
Fix typo in test description
1 parent 28143db commit 5a15a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/consumer.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ describe('Consumer', function() {
222222
t.equal(0, consumer.assignments().length);
223223
});
224224

225-
it('should be able to unsusbcribe', function() {
225+
it('should be able to unsubscribe', function() {
226226
consumer.subscribe([topic]);
227227
t.equal(1, consumer.subscription().length);
228228
consumer.unsubscribe();

0 commit comments

Comments
 (0)