Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tejal29 committed Jul 13, 2021
1 parent fef8f1a commit 6c9ca99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/skaffold/survey/survey_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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'
`,
Expand Down

0 comments on commit 6c9ca99

Please sign in to comment.