Skip to content

Commit

Permalink
Remove translatePipe from the exam-detail test
Browse files Browse the repository at this point in the history
  • Loading branch information
eceeeren committed May 6, 2024
1 parent 0adb203 commit d80dc7d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ describe('ExamDetailComponent', () => {
MockDirective(FeatureToggleLinkDirective),
ExamEditWorkingTimeComponent,
MockComponent(ExamLiveAnnouncementCreateButtonComponent),
MockPipe(ArtemisTranslatePipe),
],
providers: [
{
Expand All @@ -118,7 +117,6 @@ describe('ExamDetailComponent', () => {
{ provide: TranslateService, useClass: MockTranslateService },
{ provide: LocalStorageService, useClass: MockLocalStorageService },
MockProvider(ArtemisDurationFromSecondsPipe),
{ provide: ArtemisTranslatePipe, useClass: ArtemisTranslatePipe },
],
schemas: [],
})
Expand Down

0 comments on commit d80dc7d

Please sign in to comment.