Skip to content

Commit

Permalink
Update apps/io-profile-async/src/functions/__tests__/on-profile-updat…
Browse files Browse the repository at this point in the history
…e.test.ts

Co-authored-by: Greta Quadrati <[email protected]>
  • Loading branch information
arcogabbo and gquadrati authored Mar 4, 2025
1 parent 9f1e2ff commit 3cbe737
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import * as O from "fp-ts/lib/Option";
import * as TE from "fp-ts/lib/TaskEither";
import { assert, beforeEach, describe, expect, it, vi } from "vitest";
import { CosmosErrors } from "@pagopa/io-functions-commons/dist/src/utils/cosmosdb_model";
import { handler } from "../on-profile-update.ts";
import { OnProfileUpdateDocument } from "../../types/on-profile-update-input-document.ts";
import { handler } from "../on-profile-update";
import { OnProfileUpdateDocument } from "../../types/on-profile-update-input-document";
import { ProfileEmailRepository, ProfileRepository } from "../../repositories";

const take = (id: string, arr: typeof mockProfiles) =>
Expand Down

0 comments on commit 3cbe737

Please sign in to comment.