Skip to content

Commit

Permalink
fix: rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Dec 2, 2024
1 parent 6c82fb3 commit 4be7a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kit/utils/cloud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export async function createRandomAIUser(
}> {
const user = {
name: faker.internet.username(),
email: faker.internet.email().toLowerCase(),
email: faker.internet.email({ provider }).toLowerCase(),
password: '123456',
};
const result = await connector(async client => {
Expand Down

0 comments on commit 4be7a71

Please sign in to comment.