diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-06-20 01:48:11 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-06-20 01:48:24 +0900 |
| commit | b9d15569e88d5abc5cfeaaf64c5aed3f95ee71da (patch) | |
| tree | 08ff751cab8abf18f23edac86a6e8936c77f6bfe /src | |
| parent | c3cc378d8919da13dea3094e23d9bcfc12226ad8 (diff) | |
| download | fzf-b9d15569e88d5abc5cfeaaf64c5aed3f95ee71da.tar.gz | |
Fix test case for validateSign
Diffstat (limited to 'src')
| -rw-r--r-- | src/options_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/options_test.go b/src/options_test.go index 4a859b0e..5def73dc 100644 --- a/src/options_test.go +++ b/src/options_test.go @@ -454,7 +454,6 @@ func TestValidateSign(t *testing.T) { {"> ", true}, {"아", true}, {"😀", true}, - {"", false}, {">>>", false}, } |
