aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/libbuild.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/libbuild.go')
-rw-r--r--tests/functional/libbuild.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/libbuild.go b/tests/functional/libbuild.go
index 1b7694e..860aff9 100644
--- a/tests/functional/libbuild.go
+++ b/tests/functional/libbuild.go
@@ -3,11 +3,11 @@ package main
import (
"database/sql"
- _ "golite"
+ _ "acudego"
)
func main() {
- db, err := sql.Open("golite", ":memory:")
+ db, err := sql.Open("acudego", ":memory:")
if err != nil {
panic(err)
}