Skip to content

Commit 0165a90

Browse files
Shinigami92ST-DDT
andcommitted
chore: apply suggestions from code review
Co-authored-by: ST-DDT <[email protected]>
1 parent 3f35f54 commit 0165a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/helpers.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,10 +614,10 @@ describe('helpers', () => {
614614

615615
it('should support deprecated aliases', () => {
616616
expect(faker.definitions.person.first_name).toContain(
617-
faker.helpers.fake('{{person.first_name}}')
617+
faker.helpers.fake('{{name.first_name}}')
618618
);
619619
expect(faker.definitions.person.first_name).toContain(
620-
faker.helpers.fake('{{person.firstName}}')
620+
faker.helpers.fake('{{name.firstName}}')
621621
);
622622
});
623623
});

0 commit comments

Comments
 (0)