Fix backend-core test

This commit is contained in:
Mel O'Hagan 2024-06-17 10:53:46 +01:00
parent 6f8f774a21
commit 166884e59b
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ export const account = (partial: Partial<Account> = {}): Account => {
createdAt: Date.now(),
verified: true,
verificationSent: true,
tier: "FREE", // DEPRECATED
authType: AuthType.PASSWORD,
name: generator.name(),
size: "10+",