From d53902acac2b727f18fe0d2bc2f6c9482930b88a Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Mon, 16 Mar 2026 08:23:41 +0000 Subject: [PATCH] Fix Rubocop offenses (#43869). git-svn-id: https://svn.redmine.org/redmine/trunk@24496 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/issues_controller_test.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index 8eead5e41..42db408af 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -9055,6 +9055,4 @@ class IssuesControllerTest < Redmine::ControllerTest assert_select 'thead.related-issues th', text: 'Total estimated time' end end - - end