You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tapgarden: switch assertPendingBatchExists to wait.NoError
Replace the use of `require.Eventually` with `wait.NoError` in
`assertPendingBatchExists`. This lets the helper return detailed error
messages (nil batch, wrong number of seedlings, fetch failure) instead
of a generic boolean failure.
0 commit comments