Skip to content

Commit

Permalink
feat(store): cleanup
Browse files Browse the repository at this point in the history
Closes #2363
  • Loading branch information
evgenyfedorenko committed May 10, 2020
1 parent 4bcddb4 commit 88c5511
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/store/testing/spec/mock_store.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ describe('Mock Store', () => {
const fromStore = TestBed.inject(Store);
const fromMockStore = TestBed.inject(MockStore);
expect(fromStore).toBe(fromMockStore);
expect(store.setNgrxMockEnvironment).toHaveBeenCalled();
});

it('should set the initial state to a mocked one', (done: any) => {
Expand Down

0 comments on commit 88c5511

Please sign in to comment.