Resolve review comments

Signed-off-by: R0CKSTAR <yeahdongcn@gmail.com>

Kubernetes-commit: d9294dfff752636febcd9401696845c01a80c5f0
This commit is contained in:
R0CKSTAR 2022-07-13 08:44:07 +08:00 committed by Kubernetes Publisher
parent 443618def5
commit 7557a35bb2
1 changed files with 2 additions and 2 deletions

View File

@ -416,7 +416,7 @@ func TestDescribePodRuntimeClass(t *testing.T) {
"Name", "bar",
},
unexpect: []string{
"Runtime Class Name", "test2",
"Runtime Class Name",
},
},
{
@ -431,7 +431,7 @@ func TestDescribePodRuntimeClass(t *testing.T) {
"Name", "bar",
},
unexpect: []string{
"Runtime Class Name", "test3",
"Runtime Class Name",
},
},
}