Skip to content

Commit d653c6d

Browse files
Matt MayerST-DDT
andauthored
Update test/internet.spec.ts
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
1 parent 623e30e commit d653c6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/internet.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ describe('internet', () => {
141141
});
142142

143143
it('should not allow an email that starts with a .', () => {
144-
const email = faker.internet.email('.Aiden');
144+
const email = faker.internet.email('...Aiden');
145145

146146
expect(email).toBeTruthy();
147147
expect(email).toBeTypeOf('string');

0 commit comments

Comments
 (0)