Skip to content

Commit

Permalink
test: 🤡 bad faker type choice made repository unit test occasionally …
Browse files Browse the repository at this point in the history
…failed
  • Loading branch information
clairenollet committed Jan 24, 2024
1 parent eb39e30 commit 95befe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-utils/src/utils/random-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const getRandomRepo = (projectId = faker.string.uuid()) => {
status: faker.helpers.arrayElement(achievedStatus),
}
if (repo.isPrivate) {
repo.externalUserName = faker.internet.userName()
repo.externalUserName = faker.person.firstName()
repo.externalToken = faker.internet.password({ length: 25 })
}

Expand Down

0 comments on commit 95befe9

Please sign in to comment.