Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
lacolaco committed Feb 14, 2020
1 parent d85a50c commit 1a5935e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/store/testing/spec/mock_store.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('Mock Store', () => {
mockStore.resetSelectors();
});

it('should provide the same instance with Store and MockStore', (done: DoneFn) => {
it('should provide the same instance with Store and MockStore', () => {
const fromStore = TestBed.get(Store);
const fromMockStore = TestBed.get(MockStore);
expect(fromStore).toBe(fromMockStore);
Expand Down

0 comments on commit 1a5935e

Please sign in to comment.