From 1ba0246692728bf0bdbbf8cea9e4a33109397ed6 Mon Sep 17 00:00:00 2001 From: Clancy Date: Fri, 10 Jul 2026 16:44:25 +0300 Subject: [PATCH] test cherry-pick --- integration/main.go | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/integration/main.go b/integration/main.go index 9884f43..3631d36 100644 --- a/integration/main.go +++ b/integration/main.go @@ -120,17 +120,6 @@ func seed(db *valk.DB, ctx context.Context) *SeedData { fmt.Println("CATEGORY:") printJSON(categoryTest) - AnothercategoryTest, err := db.Category.Create( - category.Id.Set(24), - category.Name.Set("TEST2"), - ).Exec(ctx) - - if err != nil { - log.Fatalf("failed to create category: %v", err) - } - fmt.Println("CATEGORY2:") - printJSON(AnothercategoryTest) - p, err := db.Post.Create( post.Title.Set("Valkyrie ORM Deep Dive"), post.Content.Set("skrrrt"),