Skip to content

Commit

Permalink
#3044-fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
caiodasilva2005 committed Dec 30, 2024
1 parent 659f88c commit 1d118e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/backend/tests/test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,9 @@ export const resetUsers = async () => {
await prisma.wBS_Element.deleteMany();
await prisma.milestone.deleteMany();
await prisma.frequentlyAskedQuestion.deleteMany();
await prisma.organization.deleteMany();
await prisma.announcement.deleteMany();
await prisma.popUp.deleteMany();
await prisma.organization.deleteMany();
await prisma.user.deleteMany();
};

Expand Down

0 comments on commit 1d118e0

Please sign in to comment.