diff --git a/src/app/fyle/my-reports/my-reports.page.spec.ts b/src/app/fyle/my-reports/my-reports.page.spec.ts index 203aa64e6c..05cd8e23d6 100644 --- a/src/app/fyle/my-reports/my-reports.page.spec.ts +++ b/src/app/fyle/my-reports/my-reports.page.spec.ts @@ -86,7 +86,7 @@ import { SpenderReportsService } from 'src/app/core/services/platform/v1/spender import { ReportState as PlatformReportState } from 'src/app/core/models/platform/v1/report.model'; import { ReportState } from 'src/app/shared/pipes/report-state.pipe'; -fdescribe('MyReportsPage', () => { +describe('MyReportsPage', () => { let component: MyReportsPage; let fixture: ComponentFixture; let tasksService: jasmine.SpyObj;