diff --git a/tests/associations_test.go b/tests/associations_test.go index cd709e67..42b32afc 100644 --- a/tests/associations_test.go +++ b/tests/associations_test.go @@ -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" )