From 6f6a1bc2dcedde92145ceb8180ccb1f61f1bd2c4 Mon Sep 17 00:00:00 2001 From: Jeff Date: Sat, 19 Oct 2024 13:38:56 -0400 Subject: [PATCH] Try migrating again --- api/data/subscription.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/data/subscription.test.ts b/api/data/subscription.test.ts index 94b8d97..7b6be8b 100644 --- a/api/data/subscription.test.ts +++ b/api/data/subscription.test.ts @@ -49,9 +49,9 @@ describe("subscriptions", () => { } }) - // beforeEach(async () => { - // await migrateToLatest() - // }) + beforeEach(async () => { + await migrateToLatest() + }) // afterEach(async () => { // await resetAll()