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

@ -4,8 +4,8 @@ import (
"fmt"
"github.com/davecgh/go-spew/spew"
. "github.com/go-jet/jet"
"github.com/go-jet/jet/tests/.test_files/jetdb/dvds/model"
. "github.com/go-jet/jet/tests/.test_files/jetdb/dvds/table"
"github.com/go-jet/jet/tests/.gentestdata/jetdb/dvds/model"
. "github.com/go-jet/jet/tests/.gentestdata/jetdb/dvds/table"
"github.com/google/uuid"
"gotest.tools/assert"
"testing"