From ac10f9a1943114a183e251c9a16ef821a3c9c03b Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Fri, 27 Oct 2023 09:41:11 +0200 Subject: [PATCH] Update test/modules/finance.spec.ts Co-authored-by: DivisionByZero --- test/modules/finance.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/modules/finance.spec.ts b/test/modules/finance.spec.ts index 70f42c8f829..af816de175d 100644 --- a/test/modules/finance.spec.ts +++ b/test/modules/finance.spec.ts @@ -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}\)/);