Pre-release clean up.

This commit is contained in:
go-jet 2019-07-17 13:22:14 +02:00
parent 23a27033a4
commit b817f57035
27 changed files with 628 additions and 79 deletions

View file

@ -1,7 +1,6 @@
package tests
import (
"fmt"
"github.com/go-jet/jet/tests/.gentestdata/jetdb/northwind/model"
. "github.com/go-jet/jet/tests/.gentestdata/jetdb/northwind/table"
"gotest.tools/assert"
@ -61,8 +60,6 @@ func TestNorthwindJoinEverything(t *testing.T) {
err := stmt.Query(db, &dest)
assert.NilError(t, err)
fmt.Println(len(dest))
//jsonSave("./testdata/northwind-all.json", dest)
assertJsonFile(t, "./testdata/northwind-all.json", dest)
}