Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
OmkarJ13 committed Dec 12, 2023
1 parent 9d52a33 commit 95ad43a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/core/services/handle-duplicates.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { handleDuplicatesDataResponse } from '../mock-data/handle-duplicates.ser
describe('HandleDuplicatesService', () => {
let handleDuplicatesService: HandleDuplicatesService;
let apiService: jasmine.SpyObj<ApiService>;
// Testing

beforeEach(() => {
const apiServiceSpy = jasmine.createSpyObj('ApiService', ['get', 'post']);
Expand Down

0 comments on commit 95ad43a

Please sign in to comment.