Skip to content

Commit acc590b

Browse files
committed
Add tests
1 parent f3b77e1 commit acc590b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

value_source_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ func TestMapValueSource(t *testing.T) {
290290
key: "foo.bar.t.gh",
291291
m: map[any]any{
292292
"foo": map[any]any{
293-
"bar": map[any]any{
293+
"bar": map[string]any{
294294
"t": map[any]any{
295295
"gh": []int{10},
296296
},

0 commit comments

Comments
 (0)