Skip to content

Commit 5764e20

Browse files
committed
remove redundant line
1 parent 51f1277 commit 5764e20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/compare_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ func TestCompareRawDiffNormalAcrossForks(t *testing.T) {
335335
oldBlobRef, _ := revParse(r, oldRef.ID.String(), "README.md")
336336

337337
testEditFile(t, session, user2.Name, headRepo.Name, "main", "README.md", strings.Repeat("a\n", 2))
338-
session = loginUser(t, user1.Name)
339338

340339
newRef, _ := hr.GetBranchCommit(headRepo.DefaultBranch)
341340
newBlobRef, _ := revParse(hr, newRef.ID.String(), "README.md")

0 commit comments

Comments
 (0)