mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-07 14:05:50 +00:00
Add missing t.Helper() on RequireEventuallyf().
This gives us nicer test assertion failure messages. Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
@@ -65,6 +65,7 @@ func RequireEventuallyf(
|
||||
msg string,
|
||||
args ...interface{},
|
||||
) {
|
||||
t.Helper()
|
||||
RequireEventually(t, f, waitFor, tick, fmt.Sprintf(msg, args...))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user