Skip to content

Commit bea4f6e

Browse files
committed
Remove unnecessary function
1 parent 02e334b commit bea4f6e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/integration/editor_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ func TestCreateFile(t *testing.T) {
3434
})
3535
}
3636

37-
func testCreateFileOnNewBranch(t *testing.T) {
38-
}
39-
4037
func testCreateFile(t *testing.T, session *TestSession, user, repo, branch, filePath, content, newBranch string) *httptest.ResponseRecorder {
4138
// Request editor page
4239
newURL := fmt.Sprintf("/%s/%s/_new/%s/", user, repo, branch)

0 commit comments

Comments
 (0)