1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 11:37:14 +00:00

Fix rubocop warning (#39995).

git-svn-id: https://svn.redmine.org/redmine/trunk@22758 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2024-03-03 22:26:24 +00:00
parent 54aa810240
commit 805e51464e

View File

@ -70,7 +70,6 @@ class ActivitiesControllerTest < Redmine::ControllerTest
assert_response :success
assert_select '#sidebar input#with_subprojects', :count => 0
end
def test_project_index_with_invalid_project_id_should_respond_404