mirror of https://github.com/spf13/viper.git
test: fix ini tests
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
8030d5b976
commit
57cc9a000f
|
@ -20,7 +20,6 @@ const encoded = `key=value
|
||||||
|
|
||||||
[map]
|
[map]
|
||||||
key=value
|
key=value
|
||||||
|
|
||||||
`
|
`
|
||||||
|
|
||||||
// decoded form of the data
|
// decoded form of the data
|
||||||
|
|
Loading…
Reference in New Issue