summaryrefslogtreecommitdiff
path: root/tests/functional/wait-after-publish/q.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-20 20:42:10 -0300
committerEuAndreh <eu@euandre.org>2024-10-20 20:42:10 -0300
commit7c8ccdaebd767b311e583ca7f92356e561138457 (patch)
treecc8a51b2a6b45837dc0952a7059d429206c2f127 /tests/functional/wait-after-publish/q.go
parentWIP: Address new-instance-takeover failure (diff)
downloadfiinha-7c8ccdaebd767b311e583ca7f92356e561138457.tar.gz
fiinha-7c8ccdaebd767b311e583ca7f92356e561138457.tar.xz
Address renaming of acudego -> golite
Diffstat (limited to 'tests/functional/wait-after-publish/q.go')
-rw-r--r--tests/functional/wait-after-publish/q.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/functional/wait-after-publish/q.go b/tests/functional/wait-after-publish/q.go
index 701258a..d3426ae 100644
--- a/tests/functional/wait-after-publish/q.go
+++ b/tests/functional/wait-after-publish/q.go
@@ -5,8 +5,9 @@ import (
"os"
"runtime"
- g "gobang"
+ "golite"
"guuid"
+ g "gobang"
)
@@ -24,7 +25,7 @@ func MainTest() {
os.Remove(databasePath + "-shm")
os.Remove(databasePath + "-wal")
- db, err := sql.Open("acude", databasePath)
+ db, err := sql.Open(golite.DriverName, databasePath)
g.TErrorIf(err)
defer db.Close()