parent
c35c778656
commit
20debb6b4d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue