diff --git a/spec/api-app-spec.js b/spec/api-app-spec.js index 6cc6f777739a..69a0ecad455f 100644 --- a/spec/api-app-spec.js +++ b/spec/api-app-spec.js @@ -285,6 +285,7 @@ describe('app module', function () { it('should set a badge count', function () { app.setBadgeCount(42) assert.equal(app.getBadgeCount(), shouldFail ? 0 : 42) + app.setBadgeCount(0) }) })