File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments