From 429415b673401a4154140af264c31cb778186b22 Mon Sep 17 00:00:00 2001 From: derailed Date: Mon, 25 Mar 2019 14:48:36 -0600 Subject: [PATCH] cleaning up --- internal/resource/pod_int_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/resource/pod_int_test.go b/internal/resource/pod_int_test.go index bab635a1..1cd2a43e 100644 --- a/internal/resource/pod_int_test.go +++ b/internal/resource/pod_int_test.go @@ -18,14 +18,14 @@ func TestPodStatuses(t *testing.T) { }{ { []v1.ContainerStatus{ - v1.ContainerStatus{ + { Name: "c1", Ready: true, State: v1.ContainerState{ Running: &v1.ContainerStateRunning{}, }, }, - v1.ContainerStatus{ + { Name: "c2", Ready: false, RestartCount: 10,