Skip to content

Commit

Permalink
fix param tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed Oct 17, 2024
1 parent d1fcd9a commit d81eeb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/bind/params_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ func TestToValue(t *testing.T) {
src: func(v uuid.UUID) *uuid.UUID { return &v }(uuid.UUID{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}),
// uuid implemented driver.Valuer and doesn't set optional wrapper
dst: types.TextValue("01020304-0506-0708-090a-0b0c0d0e0f10"),

err: nil,
},
// https://github.com/ydb-platform/ydb-go-sdk/issues/1515
Expand Down

0 comments on commit d81eeb4

Please sign in to comment.