Skip to content

Commit

Permalink
test: fix toml tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed Sep 3, 2022
1 parent 21e250c commit f16b386
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/encoding/toml/codec2_test.go
Expand Up @@ -31,15 +31,14 @@ list = [
// encoded form of the data
const encoded = `key = 'value'
list = ['item1', 'item2', 'item3']
[map]
key = 'value'
[nested_map]
[nested_map.map]
key = 'value'
list = ['item1', 'item2', 'item3']
`

// Viper's internal representation
Expand Down

0 comments on commit f16b386

Please sign in to comment.