Skip to content

Commit bedbec8

Browse files
fix: use fake.unique.email to use distinct emails
1 parent 99f1338 commit bedbec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/db/datagen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def username(cls) -> str:
2525

2626
@classmethod
2727
def email(cls) -> str:
28-
return fake.email()
28+
return fake.unique.email()
2929

3030
@classmethod
3131
def id(cls) -> str:

0 commit comments

Comments
 (0)