Skip to content

Commit 4175d64

Browse files
committed
fix lint
1 parent d13e559 commit 4175d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/compare_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func TestCompareCodeExpand(t *testing.T) {
140140

141141
user2 := unittest.AssertExistsAndLoadBean(t, &user_model.User{ID: 2})
142142
session = loginUser(t, user2.Name)
143-
testRepoFork(t, session, user1.Name, repo.Name, user2.Name, "test_blob_excerpt-fork")
143+
testRepoFork(t, session, user1.Name, repo.Name, user2.Name, "test_blob_excerpt-fork", "")
144144
testCreateBranch(t, session, user2.Name, "test_blob_excerpt-fork", "branch/main", "forked-branch", http.StatusSeeOther)
145145
testEditFile(t, session, user2.Name, "test_blob_excerpt-fork", "forked-branch", "README.md", strings.Repeat("a\n", 15)+"CHANGED\n"+strings.Repeat("a\n", 15))
146146

0 commit comments

Comments
 (0)