Skip to content

Commit

Permalink
Update test/modules/finance.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: DivisionByZero <leyla.jaehnig@gmx.de>
  • Loading branch information
ST-DDT and xDivisionByZerox committed Oct 27, 2023
1 parent f48eca8 commit ac10f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/modules/finance.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ describe('finance', () => {
});

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

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

0 comments on commit ac10f9a

Please sign in to comment.