Skip to content

Commit

Permalink
#3044-small mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
caiodasilva2005 committed Dec 24, 2024
1 parent c94172f commit 4d18129
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/tests/test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ export const resetUsers = async () => {
await prisma.organization.deleteMany();
await prisma.announcement.deleteMany();
await prisma.user.deleteMany();
await prisma.announcement.deleteMany();
};

export const createFinanceTeamAndLead = async (organization?: Organization) => {
Expand Down

0 comments on commit 4d18129

Please sign in to comment.