Skip to content

Commit 90b9c5c

Browse files
authored
test: fix fake test expectation (#1458)
1 parent 0f9b0c6 commit 90b9c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ describe('helpers', () => {
588588

589589
it('should be able to handle random }} brackets', () => {
590590
expect(faker.helpers.fake('}}hello{{random.alpha}}')).toMatch(
591-
/^}}hello[a-z]$/
591+
/^}}hello[a-zA-Z]$/
592592
);
593593
});
594594

0 commit comments

Comments
 (0)