mirror of
https://github.com/spf13/viper
synced 2025-05-11 06:37:27 +00:00
Lint typo fix
This commit is contained in:
parent
e0e708a4cd
commit
f7fb7db43e
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue