Skip to content

Commit c67f876

Browse files
committed
chore: fix typo
1 parent 1463133 commit c67f876

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/modules/person.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ describe('person', () => {
6161

6262
it('should return a sex-specific first name', () => {
6363
const { female = [], male = [] } = resolveLocaleData(
64-
fakerAZ.fakerCore,
64+
faker.fakerCore,
6565
'person',
66-
'last_name'
66+
'first_name'
6767
);
6868

6969
let name = faker.person.firstName('female');

0 commit comments

Comments
 (0)