This commit is contained in:
Nuno Cruces
2023-06-01 18:11:37 +01:00
parent ae7b74d858
commit 7bf5312bd4
52 changed files with 207 additions and 208 deletions

View File

@@ -11,7 +11,7 @@ import (
"github.com/ncruces/go-sqlite3"
_ "github.com/ncruces/go-sqlite3/embed"
_ "github.com/ncruces/go-sqlite3/sqlite3memdb"
_ "github.com/ncruces/go-sqlite3/vfs/memdb"
)
func TestParallel(t *testing.T) {