From 144565ee034e6753b2b14c595aecc5b36d88e043 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sat, 10 May 2025 18:12:02 +0200 Subject: [PATCH] Cleanup: remove unnecessary setup steps --- pkg/integration/tests/cherry_pick/cherry_pick_merge.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/integration/tests/cherry_pick/cherry_pick_merge.go b/pkg/integration/tests/cherry_pick/cherry_pick_merge.go index cc9ded0ba..77b523ecc 100644 --- a/pkg/integration/tests/cherry_pick/cherry_pick_merge.go +++ b/pkg/integration/tests/cherry_pick/cherry_pick_merge.go @@ -15,8 +15,6 @@ var CherryPickMerge = NewIntegrationTest(NewIntegrationTestArgs{ EmptyCommit("base"). NewBranch("first-branch"). NewBranch("second-branch"). - Checkout("first-branch"). - Checkout("second-branch"). CreateFileAndAdd("file1.txt", "content"). Commit("one"). CreateFileAndAdd("file2.txt", "content").