From e4e308cdb4b1c666be3a3b534f4bc0666706842c Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 15 Nov 2022 14:34:20 +0100 Subject: [PATCH] fix seeds --- backend/src/graphql/resolver/util/creations.test.ts | 2 +- backend/src/seeds/index.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/src/graphql/resolver/util/creations.test.ts b/backend/src/graphql/resolver/util/creations.test.ts index 104ba5fe9..7ab71c367 100644 --- a/backend/src/graphql/resolver/util/creations.test.ts +++ b/backend/src/graphql/resolver/util/creations.test.ts @@ -21,7 +21,7 @@ beforeAll(async () => { }) afterAll(async () => { - // await cleanDB() + await cleanDB() await con.close() }) diff --git a/backend/src/seeds/index.ts b/backend/src/seeds/index.ts index c5a55cb84..3675d381d 100644 --- a/backend/src/seeds/index.ts +++ b/backend/src/seeds/index.ts @@ -29,6 +29,7 @@ const context = { // eslint-disable-next-line @typescript-eslint/no-empty-function forEach: (): void => {}, }, + clientTimezoneOffset: 0, } export const cleanDB = async () => {