Skip to content

Commit

Permalink
100% test coverage - silly flex ;D
Browse files Browse the repository at this point in the history
  • Loading branch information
jackspirou committed Sep 15, 2024
1 parent 16534e2 commit 63ab24b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uuidkey_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func TestValid(t *testing.T) {
"38QARV0 1ET0G6Z 2CJD9VA 2ZZAR0X", // Spaces instead of hyphens
"38QARV0-1ET0G6Z-2CJD9VA-2ZZAR0!", // Invalid character
"38QARV0-1ET0G6-2CJD9VA-2ZZAR0X", // Part too short
"38QARV0-1ET0G6Z-2CJD9VAA-2ZZAR0", // Third part too long
}

for _, k := range validKeys {
Expand Down

0 comments on commit 63ab24b

Please sign in to comment.