Skip to content

Commit 0108706

Browse files
committed
refactor: lint warnings
1 parent c0ce1ca commit 0108706

File tree

2 files changed

+110
-111
lines changed

2 files changed

+110
-111
lines changed

controller/lifecycle/lifecycle_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func TestLifecycle(t *testing.T) {
4343
mgr := pmtesting.TestLifecycleManager{Logger: log}
4444

4545
// Act
46-
result, err := Reconcile(ctx, request, &pmtesting.TestApiObject{}, fakeClient, mgr)
46+
result, err := Reconcile(ctx, request.NamespacedName, &pmtesting.TestApiObject{}, fakeClient, mgr)
4747

4848
// Assert
4949
assert.NoError(t, err)

0 commit comments

Comments
 (0)