Refactor field models and logic into separate package.

This commit is contained in:
Patrick Fairbank
2017-08-28 20:14:32 -07:00
parent f0fe7df2b3
commit 538e1ab7bc
62 changed files with 2317 additions and 2499 deletions

View File

@@ -126,5 +126,5 @@ func TestPublishingErrors(t *testing.T) {
}
func setupTestDb(t *testing.T) *model.Database {
return model.SetupTestDb(t, "partner", "..")
return model.SetupTestDb(t, "partner")
}