Move init and test results data to separate repo.

This commit is contained in:
go-jet 2019-08-16 12:43:41 +02:00
parent 96cc6d15b5
commit d5466a91e6
21 changed files with 21 additions and 414048 deletions

View file

@ -105,7 +105,7 @@ func TestJoinEverything(t *testing.T) {
assert.NilError(t, err)
assert.Equal(t, len(dest), 275)
testutils.AssertJSONFile(t, dest, "./postgres/testdata/joined_everything.json")
testutils.AssertJSONFile(t, dest, "./testdata/results/postgres/joined_everything.json")
}
func TestSelfJoin(t *testing.T) {