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:
parent
fd569fac7c
commit
d999c7b4d7
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue