fix: update e2e tests

This commit is contained in:
Mythie
2024-02-29 15:19:38 +11:00
parent 1cc7c95a33
commit aa87a86a5f
6 changed files with 6 additions and 1 deletions

View File

@ -21,6 +21,7 @@ export const seedUser = async ({
email,
password: hashSync(password),
emailVerified: verified ? new Date() : undefined,
url: name,
},
});
};