mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-09 15:32:20 +00:00
remove redundant line
This commit is contained in:
parent
688fc78e78
commit
b9102f532e
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user