Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap committed Nov 21, 2024
1 parent f3b77e1 commit acc590b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion value_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ func TestMapValueSource(t *testing.T) {
key: "foo.bar.t.gh",
m: map[any]any{
"foo": map[any]any{
"bar": map[any]any{
"bar": map[string]any{
"t": map[any]any{
"gh": []int{10},
},
Expand Down

0 comments on commit acc590b

Please sign in to comment.