Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
almog8k committed Aug 27, 2024
1 parent b35be57 commit ad745af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/job/jobProcessor/JobProcessor.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import nock from 'nock';
import { IJobResponse, ITaskResponse, OperationStatus } from '@map-colonies/mc-priority-queue';
import { IJobResponse, ITaskResponse } from '@map-colonies/mc-priority-queue';
import { registerDefaultConfig, setValue } from '../../mocks/configMock';
import { IJobHandler, IngestionConfig } from '../../../../src/common/interfaces';
import { finalizeTestCases, initTestCases } from '../../mocks/testCasesData';
Expand Down

0 comments on commit ad745af

Please sign in to comment.