Skip to content

Commit 62be3fc

Browse files
hasbro17estroz
andauthored
Update doc/user/unit-testing.md
Co-Authored-By: estroz <[email protected]>
1 parent b6a65c5 commit 62be3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user/unit-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func TestMemcachedControllerDeploymentCreate(t *testing.T) {
9999
}
100100
res, err := r.Reconcile(req)
101101
if err != nil {
102-
t.Fatalf("reconcile: (%v)", err)
102+
t.Fatalf("failed to reconcile: (%v)", err)
103103
}
104104
// Check the result of reconciliation to make sure it has the desired state.
105105
if !res.Requeue {

0 commit comments

Comments
 (0)