diff --git a/tests/integration/editor_test.go b/tests/integration/editor_test.go index 0a05023e39..daad37f849 100644 --- a/tests/integration/editor_test.go +++ b/tests/integration/editor_test.go @@ -34,9 +34,6 @@ func TestCreateFile(t *testing.T) { }) } -func testCreateFileOnNewBranch(t *testing.T) { -} - func testCreateFile(t *testing.T, session *TestSession, user, repo, branch, filePath, content, newBranch string) *httptest.ResponseRecorder { // Request editor page newURL := fmt.Sprintf("/%s/%s/_new/%s/", user, repo, branch)