Skip to content

Commit

Permalink
test: verify a routing number
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Apr 30, 2024
1 parent 3f887c5 commit 82adc88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions validators_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func TestValidators__checkDigit(t *testing.T) {
// valid
"07300022": 8, // Wells Fargo - Iowa
"10200007": 6, // Wells Fargo - Colorado
"02601367": 3, // TD BANK NA - LEWISTON, ME
}

for rtn, check := range cases {
Expand Down

0 comments on commit 82adc88

Please sign in to comment.