Fix test case for validateSign

This commit is contained in:
Junegunn Choi 2024-06-20 01:48:11 +09:00
parent c3cc378d89
commit b9d15569e8
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -454,7 +454,6 @@ func TestValidateSign(t *testing.T) {
{"> ", true},
{"아", true},
{"😀", true},
{"", false},
{">>>", false},
}