From 6bd415639ea5a05557adc8a8f572dc668e0ce3fc Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Mon, 16 Mar 2026 20:32:51 +0000 Subject: [PATCH] Merge r24496 from trunk to 6.1-stable (#43869). git-svn-id: https://svn.redmine.org/redmine/branches/6.1-stable@24500 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 adec670eb..4a4143e65 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -9040,6 +9040,4 @@ class IssuesControllerTest < Redmine::ControllerTest assert_select 'thead.related-issues th', text: 'Total estimated time' end end - - end