Generated test folder rename.

This commit is contained in:
go-jet 2019-06-24 10:01:34 +02:00
parent a44bd85d32
commit f41e1a944f
12 changed files with 27 additions and 24 deletions

View file

@ -6,8 +6,8 @@ import (
"fmt"
"github.com/davecgh/go-spew/spew"
. "github.com/go-jet/jet"
"github.com/go-jet/jet/tests/.test_files/jetdb/chinook/model"
. "github.com/go-jet/jet/tests/.test_files/jetdb/chinook/table"
"github.com/go-jet/jet/tests/.gentestdata/jetdb/chinook/model"
. "github.com/go-jet/jet/tests/.gentestdata/jetdb/chinook/table"
"gotest.tools/assert"
"io/ioutil"
"testing"
@ -110,7 +110,7 @@ func TestJoinEverything(t *testing.T) {
fmt.Println("Artist count :", len(dest))
assert.Equal(t, len(dest), 275)
assertJson(t, "./data/joined_everything.json", dest)
assertJson(t, "./testdata/joined_everything.json", dest)
}
func TestUnionForQuotedNames(t *testing.T) {