mirror of
https://github.com/chaisql/chai.git
synced 2025-09-27 03:55:59 +08:00
Rework kv package interface
This commit is contained in:
@@ -203,8 +203,7 @@ func TestParserInsert(t *testing.T) {
|
||||
|
||||
for _, test := range tests {
|
||||
t.Run(test.name, func(t *testing.T) {
|
||||
db, cleanup := testutil.NewTestDB(t)
|
||||
defer cleanup()
|
||||
db := testutil.NewTestDB(t)
|
||||
|
||||
testutil.MustExec(t, db, nil, "CREATE TABLE test; CREATE TABLE foo;")
|
||||
|
||||
|
Reference in New Issue
Block a user