Skip to content

Commit 57b156d

Browse files
committed
Update comment
1 parent de04c64 commit 57b156d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/testcli/runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func (r *Runner) registerFlagCleanup(c *cobra.Command) {
100100
})
101101
}
102102

103-
// Like [cobraTestRunner.Eventually], but more specific
103+
// Like [Runner.Eventually], but more specific
104104
func (r *Runner) WaitForTextPrinted(text string, timeout time.Duration) {
105105
r.Eventually(func() bool {
106106
currentStdout := r.stdout.String()

0 commit comments

Comments
 (0)