Skip to content

Commit

Permalink
test(api): fix broken funding test
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricss committed Jul 9, 2024
1 parent 09b7e7b commit af1d37a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const fundingRequestSample = {
};

beforeAll(async () => {
prismaClient.candidacy.create({
await prismaClient.candidacy.create({
data: {
email: candidateEmail1,
financeModule: "unifvae",
Expand Down

0 comments on commit af1d37a

Please sign in to comment.