Skip to content

Commit

Permalink
fix: fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
1fabiopereira committed Aug 16, 2023
1 parent 3a4bc14 commit f8426d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/patterns/__tests__/Patterns.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f8426d5

Please sign in to comment.