diff --git a/pkg/testutil/recorder.go b/pkg/testutil/recorder.go index db114d7bb..2e7938a23 100644 --- a/pkg/testutil/recorder.go +++ b/pkg/testutil/recorder.go @@ -100,7 +100,6 @@ func (r *recorderStream) Action() (acts []Action) { return acts } } - return acts } func (r *recorderStream) Chan() <-chan Action {