We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9f134 commit 7e1c4aaCopy full SHA for 7e1c4aa
1 file changed
tests/integration/table_tx_control_test.go
@@ -10,15 +10,13 @@ import (
10
11
"github.com/stretchr/testify/require"
12
13
- "github.com/ydb-platform/ydb-go-sdk/v3"
14
- "github.com/ydb-platform/ydb-go-sdk/v3/balancers"
15
"github.com/ydb-platform/ydb-go-sdk/v3/table"
16
"github.com/ydb-platform/ydb-go-sdk/v3/table/options"
17
)
18
19
func TestTableTxControl(t *testing.T) {
20
scope := newScope(t)
21
- driver := scope.Driver(ydb.WithBalancer(balancers.SingleConn()))
+ driver := scope.Driver()
22
23
t.Run("rw-auto-commit", func(t *testing.T) {
24
txControl := table.TxControl(
0 commit comments