Skip to content

Commit 657121c

Browse files
committed
fix broken test
1 parent abca85b commit 657121c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/users/store/effects/users.effects.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ describe('Users Effects', () => {
4141
},
4242
fromUsersEffects.UsersEffects,
4343
provideMockActions(() => actions$),
44+
provideMockStore(),
4445
provideHttpClient(withInterceptorsFromDi()),
4546
provideHttpClientTesting()
4647
]

0 commit comments

Comments
 (0)