From 166884e59b195a8e5a3ec96db7b16b1997a98ebc Mon Sep 17 00:00:00 2001 From: Mel O'Hagan Date: Mon, 17 Jun 2024 10:53:46 +0100 Subject: [PATCH] Fix backend-core test --- .../backend-core/tests/core/utilities/structures/accounts.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/backend-core/tests/core/utilities/structures/accounts.ts b/packages/backend-core/tests/core/utilities/structures/accounts.ts index 7dcc2de116..29453ad60a 100644 --- a/packages/backend-core/tests/core/utilities/structures/accounts.ts +++ b/packages/backend-core/tests/core/utilities/structures/accounts.ts @@ -24,7 +24,6 @@ export const account = (partial: Partial = {}): Account => { createdAt: Date.now(), verified: true, verificationSent: true, - tier: "FREE", // DEPRECATED authType: AuthType.PASSWORD, name: generator.name(), size: "10+",