diff --git a/testing/testhelper/fake_client_call_queue.go b/testing/testhelper/fake_client_call_queue.go index 2e9e07d..fb1a1a9 100644 --- a/testing/testhelper/fake_client_call_queue.go +++ b/testing/testhelper/fake_client_call_queue.go @@ -3,11 +3,10 @@ package testhelper import ( "context" - "k8s.io/apimachinery/pkg/runtime" crc "sigs.k8s.io/controller-runtime/pkg/client" ) -type expectFunc func(context.Context, runtime.Object) error +type expectFunc func(context.Context, crc.Object) error // CallQueue represents a list of expected function calls type CallQueue struct {