0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-12-14 20:54:21 +01:00

remove redundant line

This commit is contained in:
badhezi 2025-05-30 13:17:16 +03:00
parent 51f127729f
commit 5764e20cc6

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