This repository was archived by the owner on Dec 3, 2024. It is now read-only.
File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -706,8 +706,6 @@ k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9/go.mod h1:jPW/WVKK9YHAvNhRxK0md/
706
706
rsc.io/binaryregexp v0.2.0 /go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8 =
707
707
rsc.io/quote/v3 v3.1.0 /go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0 =
708
708
rsc.io/sampler v1.3.0 /go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA =
709
- sigs.k8s.io/container-object-storage-interface-api v0.1.1-0.20231116171305-97700454b010 h1:8Lw3AyLbbkRGlB9GRu9prtSPEp8DLlXjUzaXN6b9gxM =
710
- sigs.k8s.io/container-object-storage-interface-api v0.1.1-0.20231116171305-97700454b010 /go.mod h1:YiB+i/UGkzqgODDhRG3u7jkbWkQcoUeLEJ7hwOT/2Qk =
711
709
sigs.k8s.io/container-object-storage-interface-api v0.1.1-0.20240208184109-05444273ee49 h1:Ax4j3ThWolmk6yH6jvL3Yf0Fzxe0ZfVuDlSLNILU3GA =
712
710
sigs.k8s.io/container-object-storage-interface-api v0.1.1-0.20240208184109-05444273ee49 /go.mod h1:YiB+i/UGkzqgODDhRG3u7jkbWkQcoUeLEJ7hwOT/2Qk =
713
711
sigs.k8s.io/controller-runtime v0.12.3 h1:FCM8xeY/FI8hoAfh/V4XbbYMY20gElh9yh+A98usMio =
Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ func TestRecordEvents(t *testing.T) {
310
310
case event , ok := <- eventRecorder .Events :
311
311
if ok {
312
312
if event != tc .expectedEvent {
313
- t .Errorf ("Expected %s \n got %s" , tc .expectedEvent , event )
313
+ t .Errorf ("expected %s got %s" , tc .expectedEvent , event )
314
314
}
315
315
} else {
316
316
t .Error ("channel closed, no event" )
You can’t perform that action at this time.
0 commit comments