Skip to content

Commit f5fd649

Browse files
committed
pluralize IBAN regex test function name
1 parent af0ee35 commit f5fd649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commonregex_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ func TestCommonRegex_MACAddresses(t *testing.T) {
568568
}
569569
}
570570

571-
func TestCommonRegex_IBAN(t *testing.T) {
571+
func TestCommonRegex_IBANs(t *testing.T) {
572572
tests := []string{
573573
"FR1420041010050500013M02606",
574574
"MU17BOMM0101101030300200000MUR",

0 commit comments

Comments
 (0)