Skip to content

Commit f682733

Browse files
committed
test: fix typing issue
1 parent 710a706 commit f682733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ User.create({ id: '1' })
5252

5353
const F = factory.define(User, ({ faker }) => {
5454
return {
55-
username: faker.internet.userName(),
55+
username: faker.internet.username(),
5656
}
5757
})
5858

0 commit comments

Comments
 (0)