diff options
| author | Bruno Heridet <delapouite@gmail.com> | 2022-11-23 11:38:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-23 19:38:14 +0900 |
| commit | 46877e0a92d5e18bfc143ac98bb55b22eaef81ac (patch) | |
| tree | f9a95bc383a30d45cae1f2c83a582b4254cc3926 | |
| parent | b55f5554871e548c9c00a49df7a92f980c0191c2 (diff) | |
| download | fzf-46877e0a92d5e18bfc143ac98bb55b22eaef81ac.tar.gz | |
test(eventbox): remove obsolete EvtClose const (#3059)
| -rw-r--r-- | src/util/eventbox_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/eventbox_test.go b/src/util/eventbox_test.go index 5a9dc302..17868865 100644 --- a/src/util/eventbox_test.go +++ b/src/util/eventbox_test.go @@ -9,7 +9,6 @@ const ( EvtSearchNew EvtSearchProgress EvtSearchFin - EvtClose ) func TestEventBox(t *testing.T) { |
