Commit 7e21343c5fa451002b32e53e1948045292fc3653
1 parent
9eb40175
Exists in
master
and in
30 other branches
Fix navbar tests
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/layout/navbar/navbar.spec.ts
... | ... | @@ -50,7 +50,7 @@ describe("Components", () => { |
50 | 50 | let buildComponent = (): Promise<ComponentFixture> => { |
51 | 51 | return helpers.quickCreateComponent({ |
52 | 52 | providers: [ |
53 | - provide('$modal', { | |
53 | + provide('$uibModal', { | |
54 | 54 | useValue: $modal |
55 | 55 | }), |
56 | 56 | provide('AuthService', { | ... | ... |