Commit 7e21343c5fa451002b32e53e1948045292fc3653
1 parent
9eb40175
Exists in
master
and in
1 other branch
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,7 +50,7 @@ describe("Components", () => { | ||
50 | let buildComponent = (): Promise<ComponentFixture> => { | 50 | let buildComponent = (): Promise<ComponentFixture> => { |
51 | return helpers.quickCreateComponent({ | 51 | return helpers.quickCreateComponent({ |
52 | providers: [ | 52 | providers: [ |
53 | - provide('$modal', { | 53 | + provide('$uibModal', { |
54 | useValue: $modal | 54 | useValue: $modal |
55 | }), | 55 | }), |
56 | provide('AuthService', { | 56 | provide('AuthService', { |