Skip to content

Commit 71fc6e9

Browse files
committed
sync
1 parent 337e404 commit 71fc6e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

internal/params/builder_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/ydb-platform/ydb-go-genproto/protos/Ydb"
1010

1111
"github.com/ydb-platform/ydb-go-sdk/v3/internal/allocator"
12-
pg2 "github.com/ydb-platform/ydb-go-sdk/v3/internal/pg"
12+
pg "github.com/ydb-platform/ydb-go-sdk/v3/internal/pg"
1313
"github.com/ydb-platform/ydb-go-sdk/v3/internal/xtest"
1414
)
1515

@@ -462,7 +462,7 @@ func TestBuilder(t *testing.T) {
462462
Type: &Ydb.Type{
463463
Type: &Ydb.Type_PgType{
464464
PgType: &Ydb.PgType{
465-
Oid: pg2.UnknownOID,
465+
Oid: pg.UnknownOID,
466466
},
467467
},
468468
},
@@ -483,7 +483,7 @@ func TestBuilder(t *testing.T) {
483483
Type: &Ydb.Type{
484484
Type: &Ydb.Type_PgType{
485485
PgType: &Ydb.PgType{
486-
Oid: pg2.Int4OID,
486+
Oid: pg.Int4OID,
487487
},
488488
},
489489
},
@@ -504,7 +504,7 @@ func TestBuilder(t *testing.T) {
504504
Type: &Ydb.Type{
505505
Type: &Ydb.Type_PgType{
506506
PgType: &Ydb.PgType{
507-
Oid: pg2.Int8OID,
507+
Oid: pg.Int8OID,
508508
},
509509
},
510510
},

0 commit comments

Comments
 (0)