Skip to content

Commit

Permalink
fix(api): prisma queery in finance unifvae test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDos committed Jul 16, 2024
1 parent 5068a8b commit 87a2b31
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,15 @@ beforeAll(async () => {
create: {
decision: "ADMISSIBLE",
certificationAuthority: { create: { label: "dummy" } },
feasibilityFile: {
feasibilityUploadedPdf: {
create: {
name: "dummyFile.ext",
mimeType: "kikoo/lol",
path: "dummyFile.ext",
feasibilityFile: {
create: {
name: "dummyFile.ext",
mimeType: "kikoo/lol",
path: "dummyFile.ext",
},
},
},
},
},
Expand Down

0 comments on commit 87a2b31

Please sign in to comment.