@@ -282,7 +282,7 @@ func Test_makeSandboxPouchConfig(t *testing.T) {
282282 want * apitypes.ContainerCreateConfig
283283 wantErr bool
284284 }{
285- // TODO: Add test cases.
285+ // TODO: Add test cases.
286286 }
287287 for _ , tt := range tests {
288288 t .Run (tt .name , func (t * testing.T ) {
@@ -342,7 +342,7 @@ func Test_toCriSandbox(t *testing.T) {
342342 want * runtime.PodSandbox
343343 wantErr bool
344344 }{
345- // TODO: Add test cases.
345+ // TODO: Add test cases.
346346 }
347347 for _ , tt := range tests {
348348 t .Run (tt .name , func (t * testing.T ) {
@@ -558,7 +558,7 @@ func Test_makeContainerName(t *testing.T) {
558558 args args
559559 want string
560560 }{
561- // TODO: Add test cases.
561+ // TODO: Add test cases.
562562 }
563563 for _ , tt := range tests {
564564 t .Run (tt .name , func (t * testing.T ) {
@@ -579,7 +579,7 @@ func Test_modifyContainerNamespaceOptions(t *testing.T) {
579579 name string
580580 args args
581581 }{
582- // TODO: Add test cases.
582+ // TODO: Add test cases.
583583 }
584584 for _ , tt := range tests {
585585 t .Run (tt .name , func (t * testing.T ) {
@@ -600,7 +600,7 @@ func Test_applyContainerSecurityContext(t *testing.T) {
600600 args args
601601 wantErr bool
602602 }{
603- // TODO: Add test cases.
603+ // TODO: Add test cases.
604604 }
605605 for _ , tt := range tests {
606606 t .Run (tt .name , func (t * testing.T ) {
@@ -628,7 +628,7 @@ func TestCriManager_updateCreateConfig(t *testing.T) {
628628 args args
629629 wantErr bool
630630 }{
631- // TODO: Add test cases.
631+ // TODO: Add test cases.
632632 }
633633 for _ , tt := range tests {
634634 t .Run (tt .name , func (t * testing.T ) {
@@ -653,7 +653,7 @@ func Test_toCriContainer(t *testing.T) {
653653 want * runtime.Container
654654 wantErr bool
655655 }{
656- // TODO: Add test cases.
656+ // TODO: Add test cases.
657657 }
658658 for _ , tt := range tests {
659659 t .Run (tt .name , func (t * testing.T ) {
@@ -680,7 +680,7 @@ func Test_imageToCriImage(t *testing.T) {
680680 want * runtime.Image
681681 wantErr bool
682682 }{
683- // TODO: Add test cases.
683+ // TODO: Add test cases.
684684 }
685685 for _ , tt := range tests {
686686 t .Run (tt .name , func (t * testing.T ) {
@@ -711,7 +711,7 @@ func TestCriManager_ensureSandboxImageExists(t *testing.T) {
711711 args args
712712 wantErr bool
713713 }{
714- // TODO: Add test cases.
714+ // TODO: Add test cases.
715715 }
716716 for _ , tt := range tests {
717717 t .Run (tt .name , func (t * testing.T ) {
@@ -736,7 +736,7 @@ func Test_getUserFromImageUser(t *testing.T) {
736736 want * int64
737737 want1 string
738738 }{
739- // TODO: Add test cases.
739+ // TODO: Add test cases.
740740 }
741741 for _ , tt := range tests {
742742 t .Run (tt .name , func (t * testing.T ) {
@@ -760,7 +760,7 @@ func Test_parseUserFromImageUser(t *testing.T) {
760760 args args
761761 want string
762762 }{
763- // TODO: Add test cases.
763+ // TODO: Add test cases.
764764 }
765765 for _ , tt := range tests {
766766 t .Run (tt .name , func (t * testing.T ) {
0 commit comments