Skip to content

Commit ff46a6b

Browse files
authored
Update internal/params/builder_test.go
1 parent 112c510 commit ff46a6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/params/builder_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,8 @@ func TestBuilder(t *testing.T) {
426426

427427
params := result.Build().ToYDB(a)
428428

429-
require.Equal(t, paramsToJSON(
429+
require.Equal(t,
430+
paramsToJSON(
430431
map[string]*Ydb.TypedValue{
431432
"$x": {
432433
Type: tc.expected.kind,

0 commit comments

Comments
 (0)