From 93b6616cc8fa62d3457155dc084d1f97c08f5779 Mon Sep 17 00:00:00 2001 From: "allen.wang" Date: Tue, 29 Jan 2019 11:22:22 +0800 Subject: [PATCH] fix --- cri/v1alpha1/cri_utils_test.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cri/v1alpha1/cri_utils_test.go b/cri/v1alpha1/cri_utils_test.go index 7b249fc4e6..d4c35ab34c 100644 --- a/cri/v1alpha1/cri_utils_test.go +++ b/cri/v1alpha1/cri_utils_test.go @@ -319,7 +319,7 @@ func Test_makeSandboxPouchConfig(t *testing.T) { want *apitypes.ContainerCreateConfig wantErr bool }{ - // TODO: Add test cases. + // TODO: Add test cases. } for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { @@ -706,7 +706,7 @@ func Test_makeContainerName(t *testing.T) { args args want string }{ - // TODO: Add test cases. + // TODO: Add test cases. } for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { @@ -1030,7 +1030,7 @@ func Test_applyContainerSecurityContext(t *testing.T) { args args wantErr bool }{ - // TODO: Add test cases. + // TODO: Add test cases. } for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { @@ -1058,7 +1058,7 @@ func TestCriManager_updateCreateConfig(t *testing.T) { args args wantErr bool }{ - // TODO: Add test cases. + // TODO: Add test cases. } for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { @@ -1331,7 +1331,7 @@ func TestCriManager_ensureSandboxImageExists(t *testing.T) { args args wantErr bool }{ - // TODO: Add test cases. + // TODO: Add test cases. } for _, tt := range tests { t.Run(tt.name, func(t *testing.T) {