Skip to content

Commit

Permalink
Merge pull request #63 from akram/fix-linit-for-yaml_test.go
Browse files Browse the repository at this point in the history
Fix lint for yaml_test.go
  • Loading branch information
k8s-ci-robot committed Sep 22, 2021
2 parents cea7ff5 + 8c3bee3 commit 9535b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml_test.go
Expand Up @@ -271,7 +271,7 @@ func TestJSONToYAML(t *testing.T) {
`{"t":null}`,
"t: null\n",
nil,
},{
}, {
`{"t":"this is very long line with spaces and it must be longer than 80 so we will repeat that it must be longer that 80"}`,
"t: this is very long line with spaces and it must be longer than 80 so we will repeat\n that it must be longer that 80\n",
nil,
Expand Down

0 comments on commit 9535b3b

Please sign in to comment.