Skip to content

Commit b9102f5

Browse files
committed
remove redundant line
1 parent 688fc78 commit b9102f5

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
@@ -336,7 +336,6 @@ func TestCompareRawDiffNormalAcrossForks(t *testing.T) {
336336
oldBlobRef, _ := revParse(r, oldRef.ID.String(), "README.md")
337337

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

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

0 commit comments

Comments
 (0)