From f966a51fc076d1f45a26a4c3080106d8c58b159a Mon Sep 17 00:00:00 2001 From: Deyuan Deng Date: Thu, 18 Sep 2014 21:44:52 -0400 Subject: [PATCH] Out of place test table --- pkg/registry/pod/rest_test.go | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pkg/registry/pod/rest_test.go b/pkg/registry/pod/rest_test.go index 6e9ea68c15f..b256b97deca 100644 --- a/pkg/registry/pod/rest_test.go +++ b/pkg/registry/pod/rest_test.go @@ -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,