Scan group key improve.

This commit is contained in:
sub0Zero 2019-03-17 10:21:44 +01:00 committed by zer0sub
parent 1cb997fc54
commit 83a8b2b70f
2 changed files with 32 additions and 23 deletions

View file

@ -154,7 +154,6 @@ func TestJoinQuerySlice(t *testing.T) {
assert.NilError(t, err)
assert.Equal(t, len(filmsPerLanguage), 1)
assert.Equal(t, len(*filmsPerLanguage[0].Films), limit)
}
func TestJoinQuerySliceWithPtrs(t *testing.T) {
@ -289,6 +288,8 @@ func TestSelectFullCrossJoin(t *testing.T) {
err = query.Execute(db, &customerAddresCrosJoined)
assert.Equal(t, len(customerAddresCrosJoined), 1000)
assert.NilError(t, err)
}