Skip to content

Commit

Permalink
remove: extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaskh3 committed May 5, 2024
1 parent cad3f65 commit fed9581
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/handlers/taskUpdateHandler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { sendTaskUpdatesHandler } from "../../../src/controllers/taskUpdatesHand
import JSONResponse from "../../../src/utils/JsonResponse";
import * as response from "../../../src/constants/responses";
import { sendTaskUpdate } from "../../../src/utils/sendTaskUpdates";
import * as responseConstants from "../../../src/constants/responses";
import { generateDummyRequestObject } from "../../fixtures/fixture";

jest.mock("../../../src/utils/verifyAuthToken", () => ({
Expand Down

0 comments on commit fed9581

Please sign in to comment.