Skip to content

Commit 1461ded

Browse files
committed
fix lint
Signed-off-by: odubajDT <[email protected]>
1 parent 932ca6b commit 1461ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ottl/contexts/internal/map_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func Test_GetMapValue_Invalid(t *testing.T) {
2020
Getter: func(_ context.Context, _ any) (any, error) {
2121
return nil, nil
2222
},
23-
Setter: func(_ context.Context, _ any, val any) error {
23+
Setter: func(_ context.Context, _ any, _ any) error {
2424
return nil
2525
},
2626
}

0 commit comments

Comments
 (0)