Skip to content

Commit 7e1c4aa

Browse files
committed
fix
1 parent cd9f134 commit 7e1c4aa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/integration/table_tx_control_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ import (
1010

1111
"github.com/stretchr/testify/require"
1212

13-
"github.com/ydb-platform/ydb-go-sdk/v3"
14-
"github.com/ydb-platform/ydb-go-sdk/v3/balancers"
1513
"github.com/ydb-platform/ydb-go-sdk/v3/table"
1614
"github.com/ydb-platform/ydb-go-sdk/v3/table/options"
1715
)
1816

1917
func TestTableTxControl(t *testing.T) {
2018
scope := newScope(t)
21-
driver := scope.Driver(ydb.WithBalancer(balancers.SingleConn()))
19+
driver := scope.Driver()
2220

2321
t.Run("rw-auto-commit", func(t *testing.T) {
2422
txControl := table.TxControl(

0 commit comments

Comments
 (0)