Lint typo fix

This commit is contained in:
Greg Szabo 2020-07-05 00:55:29 -04:00
parent e0e708a4cd
commit f7fb7db43e
No known key found for this signature in database
GPG key ID: BD8D70B62C9B581D

View file

@ -1326,7 +1326,7 @@ var hclWriteExpected = []byte(`"foos" = {
"type" = "donut"`)
var hclWriteExpectedFromJsonExample = []byte(`"batters" = {
var hclWriteExpectedFromJSONExample = []byte(`"batters" = {
"batter" = {
"type" = "Regular"
}
@ -1499,7 +1499,7 @@ func TestWriteConfig(t *testing.T) {
outConfigType: "hcl",
fileName: "c.json",
input: jsonExample,
expectedContent: hclWriteExpectedFromJsonExample,
expectedContent: hclWriteExpectedFromJSONExample,
},
"properties with file extension": {
configName: "c",