mirror of
https://github.com/stakater/Reloader.git
synced 2026-08-20 12:36:26 +00:00
feat: Upgrade all go packages
This commit is contained in:
@@ -112,7 +112,7 @@ func assertReconcileSuccess(t *testing.T, reconciler interface {
|
||||
if err != nil {
|
||||
t.Fatalf("Reconcile failed: %v", err)
|
||||
}
|
||||
if result.Requeue {
|
||||
if result.RequeueAfter > 0 {
|
||||
t.Error("Should not requeue")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user