Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Feb 8, 2024
1 parent 999e14f commit d125713
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions exp/teatest/teatest.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,6 @@ func NewTestModel(tb testing.TB, m tea.Model, options ...TestOption) *TestModel
return tm
}

// GetProgram returns the underlying program.
// This should be used only to test apps that talk to other apps.
// func (tm *TestModel) GetProgram() *tea.Program { return tm.program }

func (tm *TestModel) waitDone(tb testing.TB, opts []FinalOpt) {
tm.done.Do(func() {
fopts := FinalOpts{}
Expand Down

0 comments on commit d125713

Please sign in to comment.