diff --git a/exp/teatest/teatest.go b/exp/teatest/teatest.go index d7166b2a..44c5b1b1 100644 --- a/exp/teatest/teatest.go +++ b/exp/teatest/teatest.go @@ -125,6 +125,7 @@ func NewTestModel(tb testing.TB, m tea.Model, options ...TestOption) *TestModel doneCh: make(chan bool, 1), } + //nolint: staticcheck tm.program = tea.NewProgram( m, tea.WithInput(tm.in),