Skip to content

Commit

Permalink
test: add XK BIC tests
Browse files Browse the repository at this point in the history
  • Loading branch information
import-brain committed Jan 31, 2023
1 parent cddd9e5 commit 6df1853
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/validators.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5075,6 +5075,7 @@ describe('Validators', () => {
'SBICKEN1',
'SBICKENY',
'SBICKEN1YYP',
'SBICXKN1YYP',
],
invalid: [
'SBIC23NXXX',
Expand All @@ -5083,6 +5084,7 @@ describe('Validators', () => {
'SBICKENXX9',
'SBICKEN13458',
'SBICKEN',
'SBICXK',
],
});
});
Expand Down

0 comments on commit 6df1853

Please sign in to comment.