Skip to content

Commit

Permalink
Update dashboard.service.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha authored Apr 29, 2024
1 parent ce1ea5d commit d8e2708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/fyle/dashboard/dashboard.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
import { DashboardService } from './dashboard.service';
import { SpenderReportsService } from 'src/app/core/services/platform/v1/spender/reports.service';

fdescribe('DashboardService', () => {
describe('DashboardService', () => {
let dashboardService: DashboardService;
let expensesService: jasmine.SpyObj<ExpensesService>;
let authService: jasmine.SpyObj<AuthService>;
Expand Down

0 comments on commit d8e2708

Please sign in to comment.