diff --git a/internal/testcli/runner.go b/internal/testcli/runner.go index 664585d5b5..55e3faca12 100644 --- a/internal/testcli/runner.go +++ b/internal/testcli/runner.go @@ -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()