split files
Some checks failed
lint / lint (pull_request) Successful in 2m27s
test / test (pull_request) Failing after 17m13s
coverage / build (pull_request) Failing after 17m30s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-09-20 22:46:47 +03:00
parent bc011a2e7f
commit 614b740c56
4 changed files with 36 additions and 28 deletions

View File

@@ -119,7 +119,7 @@ func TestDriver(t *testing.T) {
t.Fatal(err)
}
db, err := OpenDBWithDriver(c)
db, err := OpenDBWithCluster(c)
if err != nil {
t.Fatal(err)
}