Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilK-027 authored Dec 16, 2024
1 parent 17b32fe commit 8ec8d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/services/tasks.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ import { OrgService } from './org.service';
import { orgData1 } from '../mock-data/org.data';
import { UtilityService } from './utility.service';

fdescribe('TasksService', () => {
describe('TasksService', () => {
let tasksService: TasksService;
let reportService: jasmine.SpyObj<ReportService>;
let userEventService: jasmine.SpyObj<UserEventService>;
Expand Down

0 comments on commit 8ec8d90

Please sign in to comment.