Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
itzmegood committed Feb 23, 2024
1 parent 11882ad commit 996978e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/routes/_auth+/auth.$provider.callback.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ test('gives an error if the account is already connected to another user', async
await prisma.user.create({
data: {
...createUser(),
platformStatusKey: 'ACTIVE',
connections: {
create: {
providerName: GITHUB_PROVIDER_NAME,
Expand Down Expand Up @@ -247,7 +246,6 @@ async function setupUser(userData = createUser()) {
user: {
create: {
...userData,
platformStatusKey: 'active',
},
},
},
Expand Down

0 comments on commit 996978e

Please sign in to comment.