From 63ab24b75deea227e9cd5e9a371229388a346c6f Mon Sep 17 00:00:00 2001 From: jackspirou Date: Sat, 14 Sep 2024 21:41:44 -0500 Subject: [PATCH] 100% test coverage - silly flex ;D --- uuidkey_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/uuidkey_test.go b/uuidkey_test.go index 438a8fd..4806e9f 100644 --- a/uuidkey_test.go +++ b/uuidkey_test.go @@ -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 {