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:
parent
51f127729f
commit
5764e20cc6
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user