diff --git a/spec/stores/nylas-sync-status-store-spec.es6 b/spec/stores/nylas-sync-status-store-spec.es6 index 3fd15c729..03f4e295b 100644 --- a/spec/stores/nylas-sync-status-store-spec.es6 +++ b/spec/stores/nylas-sync-status-store-spec.es6 @@ -2,7 +2,7 @@ import {NylasSyncStatusStore} from 'nylas-exports' const store = NylasSyncStatusStore -fdescribe('NylasSyncStatusStore', ()=> { +describe('NylasSyncStatusStore', ()=> { beforeEach(()=> { store._statesByAccount = {} });