Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Borzenko committed Sep 2, 2024
1 parent c1afa88 commit 320cb09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/app/components/app-header/app-header.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ describe("AppHeaderComponent", () => {
declarations: [AppHeaderComponent, NotificationIndicatorComponent],
providers: [
Apollo,
// { provide: Router, useValue: routerMock },
{
provide: ActivatedRoute,
useValue: {
Expand Down
1 change: 0 additions & 1 deletion src/app/search/search.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ describe("SearchComponent", () => {
AuthApi,
SearchApi,
ModalService,
// { provide: Router, useValue: routerMock },
{ provide: ActivatedRoute, useValue: activeRouteMock },
],
}).compileComponents();
Expand Down

0 comments on commit 320cb09

Please sign in to comment.