Skip to content

Commit

Permalink
[chore] clean up IsDouble error test (#29749)
Browse files Browse the repository at this point in the history
**Description:** minor update to a test, noticed while adding an
unrelated converter
  • Loading branch information
graphaelli authored Dec 12, 2023
1 parent 4beafed commit 9d49708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ottl/ottlfuncs/func_is_double_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func Test_IsDouble(t *testing.T) {

// nolint:errorlint
func Test_IsDouble_Error(t *testing.T) {
exprFunc := isString[any](&ottl.StandardStringGetter[any]{
exprFunc := isDouble[any](&ottl.StandardFloatGetter[any]{
Getter: func(context.Context, any) (any, error) {
return nil, ottl.TypeError("")
},
Expand Down

0 comments on commit 9d49708

Please sign in to comment.