Skip to content

Commit

Permalink
update integration test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
pKorsholm committed Jan 8, 2024
1 parent 37bf4ae commit 3d7357b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,13 @@ export async function createAuthUsers(
{
id: "test-id",
provider: "manual",
email: "[email protected]",
},
{
id: "test-id-1",
provider: "manual",
email: "[email protected]",
password_hash: "test",
},
{
provider: "store",
email: "[email protected]",
},
]
): Promise<AuthUser[]> {
Expand Down

0 comments on commit 3d7357b

Please sign in to comment.