Remove unused field AuthorUUID

This commit is contained in:
Omkar P 2025-04-01 14:55:25 +05:30
parent d1488896f7
commit 31ae7feae2
No known key found for this signature in database
GPG Key ID: 61FCDA22C2E62220

View File

@ -8,7 +8,6 @@ import (
"testing" "testing"
"time" "time"
"github.com/google/uuid"
"gorm.io/gorm" "gorm.io/gorm"
. "gorm.io/gorm/utils/tests" . "gorm.io/gorm/utils/tests"
) )
@ -115,7 +114,6 @@ func TestEmbeddedPointerTypeStruct(t *testing.T) {
ContentPtr *Content ContentPtr *Content
Birthday time.Time Birthday time.Time
BirthdayPtr *time.Time BirthdayPtr *time.Time
AuthorUUID *uuid.UUID
} }
type HNPost struct { type HNPost struct {