mirror of
https://github.com/status-im/go-sqlcipher.git
synced 2026-08-31 02:01:15 +00:00
+2
-1
@@ -9,6 +9,7 @@ import (
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"net/url"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"testing"
|
||||
@@ -30,7 +31,7 @@ CREATE TABLE KeyValueStore (
|
||||
|
||||
func init() {
|
||||
// create DB
|
||||
key := "passphrase"
|
||||
key := url.QueryEscape("passphrase")
|
||||
tmpdir, err := ioutil.TempDir("", testDir)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
||||
Reference in New Issue
Block a user