Skip to content

Commit

Permalink
updating tests to consider new data added to createUser
Browse files Browse the repository at this point in the history
  • Loading branch information
DonKoko committed Jun 25, 2024
1 parent 92f2fb3 commit 7ec5870
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/modules/user/service.server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,12 @@ describe(createUserAccountForTesting.name, () => {
userId: USER_ID,
})),
},
members: {
create: {
name: `${undefined} ${undefined} (Owner)`,
user: { connect: { id: USER_ID } },
},
},
},
],
},
Expand Down

0 comments on commit 7ec5870

Please sign in to comment.