Skip to content

Commit 809f6d8

Browse files
committed
fix tests
1 parent 008c6bc commit 809f6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/editor_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ func testEditFileToNewBranch(t *testing.T, session *TestSession, user, repo, bra
150150
return resp
151151
}
152152

153-
func testEditFileToNewBranchAndSendPull(t *testing.T, session *TestSession, user, repo, branch, targetBranch, filePath, newContent string) *TestResponse {
153+
func testEditFileToNewBranchAndSendPull(t *testing.T, session *TestSession, user, repo, branch, targetBranch, filePath, newContent string) *httptest.ResponseRecorder {
154154
testEditFileToNewBranch(t, session, user, repo, branch, targetBranch, filePath, newContent)
155155

156156
url := path.Join(user, repo, "compare", branch+"..."+targetBranch)

0 commit comments

Comments
 (0)