Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Oct 28, 2024
1 parent 244ed57 commit 1032e03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exp/teatest/teatest.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 1032e03

Please sign in to comment.