Skip to content

Commit d81eeb4

Browse files
committed
fix param tests
1 parent d1fcd9a commit d81eeb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/bind/params_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ func TestToValue(t *testing.T) {
304304
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}),
305305
// uuid implemented driver.Valuer and doesn't set optional wrapper
306306
dst: types.TextValue("01020304-0506-0708-090a-0b0c0d0e0f10"),
307-
308307
err: nil,
309308
},
310309
// https://github.com/ydb-platform/ydb-go-sdk/issues/1515

0 commit comments

Comments
 (0)