Project path rename.

This commit is contained in:
zer0sub 2019-04-07 10:05:41 +02:00
parent 599a8c537a
commit 0971573338
12 changed files with 18 additions and 18 deletions

View file

@ -2,8 +2,8 @@ package tests
import (
"fmt"
"github.com/sub0Zero/go-sqlbuilder/tests/.test_files/dvd_rental/test_sample/model"
"github.com/sub0Zero/go-sqlbuilder/tests/.test_files/dvd_rental/test_sample/table"
"github.com/sub0zero/go-sqlbuilder/tests/.test_files/dvd_rental/test_sample/model"
"github.com/sub0zero/go-sqlbuilder/tests/.test_files/dvd_rental/test_sample/table"
"gotest.tools/assert"
"testing"
)