style: empty QueryClauses in association (#5502)

This commit is contained in:
Goxiaoy 2022-07-14 20:39:34 +08:00
parent 1ebe2501f2
commit 2f44e005f6

View File

@ -3,10 +3,9 @@ package tests_test
import (
"testing"
"gorm.io/gorm"
"gorm.io/gorm/clause"
"gorm.io/gorm/schema"
"gorm.io/gorm"
. "gorm.io/gorm/utils/tests"
)