Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Dec 12, 2024
1 parent de04c64 commit 57b156d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/testcli/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (r *Runner) registerFlagCleanup(c *cobra.Command) {
})
}

// Like [cobraTestRunner.Eventually], but more specific
// Like [Runner.Eventually], but more specific
func (r *Runner) WaitForTextPrinted(text string, timeout time.Duration) {
r.Eventually(func() bool {
currentStdout := r.stdout.String()
Expand Down

0 comments on commit 57b156d

Please sign in to comment.