From 6c9ca9951a561ce3ef2e67b6ce4135441d9eb953 Mon Sep 17 00:00:00 2001 From: tejal29 Date: Mon, 12 Jul 2021 22:39:04 -0700 Subject: [PATCH] fix linter --- pkg/skaffold/survey/survey_test.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/skaffold/survey/survey_test.go b/pkg/skaffold/survey/survey_test.go index 7ec078daf39..8ec1362a309 100644 --- a/pkg/skaffold/survey/survey_test.go +++ b/pkg/skaffold/survey/survey_test.go @@ -30,14 +30,14 @@ import ( func TestDisplaySurveyForm(t *testing.T) { tests := []struct { - description string + description string mockSurveyPrompted func(_ string) error - expected string - mockStdOut bool + expected string + mockStdOut bool }{ { - description: "std out", - mockStdOut: true, + description: "std out", + mockStdOut: true, mockSurveyPrompted: func(_ string) error { return nil }, expected: `Help improve Skaffold with our 2-minute anonymous survey: run 'skaffold survey' `,