diff options
Diffstat (limited to 'tests/functional/libbuild.go')
-rw-r--r-- | tests/functional/libbuild.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/libbuild.go b/tests/functional/libbuild.go index 3de29ae..1b7694e 100644 --- a/tests/functional/libbuild.go +++ b/tests/functional/libbuild.go @@ -7,7 +7,7 @@ import ( ) func main() { - db, err := sql.Open("sqlite3", ":memory:") + db, err := sql.Open("golite", ":memory:") if err != nil { panic(err) } |