Skip to content

Commit

Permalink
fix challenge header test
Browse files Browse the repository at this point in the history
  • Loading branch information
sacom14 committed May 13, 2024
1 parent e0f8b70 commit b191dd4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { NgbModal } from '@ng-bootstrap/ng-bootstrap'
import { SendSolutionModalComponent } from '../../../modals/send-solution-modal/send-solution-modal.component'
import { RestrictedModalComponent } from '../../../modals/restricted-modal/restricted-modal.component'
import { AuthService } from 'src/app/services/auth.service'
import { DynamicTranslatePipe } from 'src/app/pipes/dynamic-translate.pipe'

describe('ChallengeHeaderComponent', () => {
let component: ChallengeHeaderComponent
Expand All @@ -22,7 +23,8 @@ describe('ChallengeHeaderComponent', () => {
imports: [
I18nModule,
RouterTestingModule,
HttpClientTestingModule
HttpClientTestingModule,
DynamicTranslatePipe,
],
providers: [
NgbModal,
Expand Down

0 comments on commit b191dd4

Please sign in to comment.