remove redundant line

This commit is contained in:
badhezi 2025-05-30 13:17:16 +03:00
parent 688fc78e78
commit b9102f532e

View File

@ -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")