From 1032e032dc35bc702786fdf2dcde94eaaa83a154 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 28 Oct 2024 13:08:34 -0300 Subject: [PATCH] fix: lint issue --- exp/teatest/teatest.go | 1 + 1 file changed, 1 insertion(+) 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),