Fix test case for validateSign

This commit is contained in:
Junegunn Choi
2024-06-20 01:48:11 +09:00
parent c3cc378d89
commit b9d15569e8

View File

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