diff --git a/tests/embedded_struct_test.go b/tests/embedded_struct_test.go index 2d7973f6..3351ed8e 100644 --- a/tests/embedded_struct_test.go +++ b/tests/embedded_struct_test.go @@ -8,7 +8,6 @@ import ( "testing" "time" - "github.com/google/uuid" "gorm.io/gorm" . "gorm.io/gorm/utils/tests" ) @@ -115,7 +114,6 @@ func TestEmbeddedPointerTypeStruct(t *testing.T) { ContentPtr *Content Birthday time.Time BirthdayPtr *time.Time - AuthorUUID *uuid.UUID } type HNPost struct {