summaryrefslogtreecommitdiff
path: root/internal/app/model_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/app/model_test.go')
-rw-r--r--internal/app/model_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/model_test.go b/internal/app/model_test.go
index 6d1053b..4cb9bcf 100644
--- a/internal/app/model_test.go
+++ b/internal/app/model_test.go
@@ -583,7 +583,7 @@ func TestToggleHelpKeys(t *testing.T) {
loaded := videosLoadedMsg{videos: []video{vid}, cache: newDurationCache(filepath.Join(root, "cache.json"))}
modelAny, _ := m.handleVideosLoaded(loaded)
m = modelAny.(model)
- helpLine := "↑/↓ navigate • enter play • s sort • / filter • c crop • t edit tags • q quit"
+ helpLine := "↑/↓ navigate • enter play • s sort • / filter • c crop • t edit tags • i re-index • q quit"
if view := m.View(); !strings.Contains(view, helpLine) {
t.Fatalf("expected help line visible: %s", view)
}