Resolve review comments
Signed-off-by: R0CKSTAR <yeahdongcn@gmail.com> Kubernetes-commit: d9294dfff752636febcd9401696845c01a80c5f0
This commit is contained in:
parent
443618def5
commit
7557a35bb2
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue