Skip to content

Commit 4740624

Browse files
committed
[app] Small fix in test
1 parent f454316 commit 4740624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/app/shared/auth/data/auth.store.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { AuthStore } from './auth.store';
66
describe('AuthStore', () => {
77
MockInstance.scope();
88

9-
beforeEach(() => MockBuilder(AuthStore).mock(AuthService));
9+
beforeEach(() => MockBuilder(AuthStore, null).mock(AuthService));
1010

1111
it('should create', () => {
1212
MockInstance(AuthService, 'user$', of(null));

0 commit comments

Comments
 (0)