From b9102f532e822d2a41c1887e0b15bbab52e023cf Mon Sep 17 00:00:00 2001 From: badhezi Date: Fri, 30 May 2025 13:17:16 +0300 Subject: [PATCH] remove redundant line --- tests/integration/compare_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/compare_test.go b/tests/integration/compare_test.go index 093990f0b7f..f0304de9b75 100644 --- a/tests/integration/compare_test.go +++ b/tests/integration/compare_test.go @@ -336,7 +336,6 @@ func TestCompareRawDiffNormalAcrossForks(t *testing.T) { oldBlobRef, _ := revParse(r, oldRef.ID.String(), "README.md") testEditFile(t, session, user2.Name, headRepo.Name, "main", "README.md", strings.Repeat("a\n", 2)) - session = loginUser(t, user1.Name) newRef, _ := hr.GetBranchCommit(headRepo.DefaultBranch) newBlobRef, _ := revParse(hr, newRef.ID.String(), "README.md")