mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Out of place test table
This commit is contained in:
parent
c90d62d512
commit
f966a51fc0
@ -376,7 +376,14 @@ func TestMakePodStatus(t *testing.T) {
|
||||
status api.PodStatus
|
||||
test string
|
||||
}{
|
||||
{&api.Pod{DesiredState: desiredState, CurrentState: currentState}, api.PodWaiting, "waiting"},
|
||||
{
|
||||
&api.Pod{
|
||||
DesiredState: desiredState,
|
||||
CurrentState: currentState,
|
||||
},
|
||||
api.PodWaiting,
|
||||
"waiting",
|
||||
},
|
||||
{
|
||||
&api.Pod{
|
||||
DesiredState: desiredState,
|
||||
|
Loading…
Reference in New Issue
Block a user