From f8426d55ba5ff98422782fbbeb8e35078c605fbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Pereira?= Date: Wed, 16 Aug 2023 11:50:53 -0300 Subject: [PATCH] fix: fix unit tests --- src/patterns/__tests__/Patterns.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/patterns/__tests__/Patterns.test.ts b/src/patterns/__tests__/Patterns.test.ts index 40d1889..0d3d693 100644 --- a/src/patterns/__tests__/Patterns.test.ts +++ b/src/patterns/__tests__/Patterns.test.ts @@ -38,12 +38,14 @@ describe('Patterns', () => { '00000.00000 00000.000000 00000.000000 0 00000000000000', '000000000000 000000000000 000000000000 000000000000', '00000000000-0 00000000000-0 00000000000-0 00000000000-0', + '00000000000 0 00000000000 0 00000000000 0 00000000000 0', ]; const wrongFormats = [ '0000000000 00000.000000 00000.000000 0 00000000000000', '000000000000 000000000000 000000000000 00000000000', '00000000000-0 000000000000 00000000000-0 00000000000-0', + '00000000000 0 00000000000 0 000000000000 00000000000 0', ]; const cases = Patterns.Brazil.BankSlip.map(