We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de04c64 commit 57b156dCopy full SHA for 57b156d
internal/testcli/runner.go
@@ -100,7 +100,7 @@ func (r *Runner) registerFlagCleanup(c *cobra.Command) {
100
})
101
}
102
103
-// Like [cobraTestRunner.Eventually], but more specific
+// Like [Runner.Eventually], but more specific
104
func (r *Runner) WaitForTextPrinted(text string, timeout time.Duration) {
105
r.Eventually(func() bool {
106
currentStdout := r.stdout.String()
0 commit comments