Skip to content

Commit ac10f9a

Browse files
Update test/modules/finance.spec.ts
Co-authored-by: DivisionByZero <[email protected]>
1 parent f48eca8 commit ac10f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/modules/finance.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ describe('finance', () => {
217217
});
218218

219219
describe('maskedNumber()', () => {
220-
it('should return contain parenthesis, ellipsis and have a length by default', () => {
220+
it('should return contain parenthesis, ellipsis and have a length of 4 by default', () => {
221221
const actual = faker.finance.maskedNumber();
222222

223223
expect(actual).toMatch(/\(\.{3}\d{4}\)/);

0 commit comments

Comments
 (0)