Skip to content

Commit e9fd119

Browse files
authored
Update validator_test.go
Fixing a formatting issue
1 parent 987b51c commit e9fd119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13429,7 +13429,7 @@ func TestBicIso2022FormatValidation(t *testing.T) {
1342913429
{"TATRSABX", "bic", true}, // Saudi 8-char
1343013430
{"TATREGBX", "bic", true}, // Egypt 8-char
1343113431
{"TATRBHBX", "bic", true}, // Bahrain 8-char
13432-
13432+
1343313433
{"DEUTDEFFF", "bic", false}, // 9-char (invalid length)
1343413434
{"DEUTDEFF5", "bic", false}, // 9-char (invalid length)
1343513435
{"DEUTDE", "bic", false}, // 6-char (invalid length)

0 commit comments

Comments
 (0)