summaryrefslogtreecommitdiff
path: root/tests/functional/consumer-with-deadletter/q.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/consumer-with-deadletter/q.go')
-rw-r--r--tests/functional/consumer-with-deadletter/q.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/functional/consumer-with-deadletter/q.go b/tests/functional/consumer-with-deadletter/q.go
index e1462d7..44bc90b 100644
--- a/tests/functional/consumer-with-deadletter/q.go
+++ b/tests/functional/consumer-with-deadletter/q.go
@@ -6,9 +6,9 @@ import (
"os"
"runtime"
- _ "acudego"
- g "gobang"
+ "golite"
"guuid"
+ g "gobang"
)
@@ -50,7 +50,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()