remove redundant line

This commit is contained in:
badhezi
2025-10-08 11:55:40 +03:00
parent 51f127729f
commit 5764e20cc6
-1
View File
@@ -335,7 +335,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")