Skip to content

Commit

Permalink
add adminUsersService to admin account view test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard-Pentecost committed Jul 21, 2022
1 parent 182b2ff commit 76bec5c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { WindowRef } from '@core/services/window.ref';
import {
AdminManagerUser,
AdminUser,
MockAdminUsersService,
PendingAdminManager,
PendingAdminUser,
} from '@core/test-utils/admin/MockAdminUsersService';
Expand Down Expand Up @@ -60,6 +61,10 @@ describe('AdminAccountViewComponent', () => {
provide: BreadcrumbService,
useClass: MockBreadcrumbService,
},
{
provide: AdminUsersService,
useClass: MockAdminUsersService,
},
{
provide: ActivatedRoute,
useValue: {
Expand Down

0 comments on commit 76bec5c

Please sign in to comment.