Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijeinath committed Dec 15, 2023
1 parent 3721c26 commit d790d14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/landing-page/landing-page.component.spec.ts
Expand Up @@ -3,8 +3,6 @@ import { MaterialModule } from '../material-module';
import { LandingPageComponent } from './landing-page.component';
import { RouterTestingModule } from '@angular/router/testing';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';

import { CorrespondenceComponent } from '../correspondence/correspondence.component';
import { AppInitService } from '../dsp-ui-lib/core';
import { BeolService } from '../services/beol.service';

Expand All @@ -28,7 +26,7 @@ describe('LandingPageComponent', () => {
RouterTestingModule,
BrowserAnimationsModule
],
declarations: [LandingPageComponent, CorrespondenceComponent],
declarations: [LandingPageComponent],
providers: [
{ provide: BeolService, useValue: beolServiceSpy },
{ provide: AppInitService, useValue: appInitServiceMock }
Expand Down

0 comments on commit d790d14

Please sign in to comment.