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