diff --git a/backend/src/schema/resolvers/groups.spec.js b/backend/src/schema/resolvers/groups.spec.js index e786756ea..1142b0b32 100644 --- a/backend/src/schema/resolvers/groups.spec.js +++ b/backend/src/schema/resolvers/groups.spec.js @@ -236,7 +236,7 @@ beforeAll(async () => { }) afterAll(async () => { - // await cleanDatabase() + await cleanDatabase() driver.close() }) @@ -2973,8 +2973,8 @@ describe('in mode', () => { await seedComplexScenarioAndClearAuthentication() }) - afterEach(async () => { - // await cleanDatabase() + afterAll(async () => { + await cleanDatabase() }) describe('unauthenticated', () => {