Skip to content

Commit

Permalink
Added extra tests from PR #49
Browse files Browse the repository at this point in the history
This fixes PR #49
  • Loading branch information
sebbASF committed Oct 9, 2024
1 parent efe5ddc commit 33c0671
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,13 @@ public class ISINValidatorTest {
"QS0000000008",
"QT0000000007",
"QW0000000002",
"XS0000000009", };
"XS0000000009",
"EU0009652783",
"XAC8614YAB92",
"XC0001458477",
"XD0209061296",
"AN8068571086",
};

private final String[] invalidFormat = { null, "", // empty
" ", // empty
Expand Down

0 comments on commit 33c0671

Please sign in to comment.