Skip to content

Commit e9b3100

Browse files
committed
adjustments for workign tests
1 parent 82f584c commit e9b3100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/treecipe/src/FakerService/NPMFakerService/tests/NPMFakerService.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('NPMFakerService Shared Intstance Tests', () => {
2525
});
2626

2727
test('LongTextArea field returns correct npm faker expression', () => {
28-
expect(fieldTypeToNPMFakerMappings['longtexsstarea']).toBe('{{ faker.lorem.text(1000) }}');
28+
expect(fieldTypeToNPMFakerMappings['longtextarea']).toBe('{{ faker.lorem.text(1000) }}');
2929
});
3030

3131
test('RichTextArea field returns correct npm faker expression', () => {
@@ -37,7 +37,7 @@ describe('NPMFakerService Shared Intstance Tests', () => {
3737
});
3838

3939
test('Phone field returns correct npm faker expression', () => {
40-
expect(fieldTypeToNPMFakerMappings['phonrre']).toBe('{{ faker.phone.number() }}');
40+
expect(fieldTypeToNPMFakerMappings['phone']).toBe('{{ faker.phone.number() }}');
4141
});
4242

4343
test('Url field returns correct npm faker expression', () => {

0 commit comments

Comments
 (0)