Skip to content

feat: drop user id generation in createUser #9381

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
fix fixture
  • Loading branch information
balazsorban44 committed Dec 13, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 905fe87507b7c5bcf6b42ecb243eab68ebdbac0e
1 change: 1 addition & 0 deletions packages/adapter-drizzle/tests/fixtures.ts
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ ONE_MONTH_FROM_NOW.setMilliseconds(0)

export const fixtures = {
user: {
id: randomUUID(),
email: "[email protected]",
image: "https://www.fillmurray.com/460/300",
name: "Fill Murray",