Skip to content

Commit

Permalink
#2313 - no resetUsers after
Browse files Browse the repository at this point in the history
  • Loading branch information
bracyw committed Jun 16, 2024
1 parent ce8a031 commit e6177a2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/backend/tests/unmocked/design-review.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ describe('Design Reviews', () => {
designReviewId = id;
});

afterEach(async () => {
await resetUsers();
});

// change with app admin who is not creator
test('Set status works when an admin who is not the creator works', async () => {
const user = await prisma.user.findUnique({
Expand Down

0 comments on commit e6177a2

Please sign in to comment.