Fix failing test.

- Let's not be smart about renames in Bind(), just do the normal thing
  and bind to whatever the user's asked us to.
This commit is contained in:
Aaron L 2016-08-08 00:20:19 -07:00
parent fd569fac7c
commit d999c7b4d7

View file

@ -164,7 +164,7 @@ func TestBind_InnerJoinSelect(t *testing.T) {
testResults := []*struct {
Happy struct {
ID int
} `boil:",bind"`
} `boil:"h,bind"`
Fun struct {
ID int
} `boil:",bind"`