From b0348fa72a421f87b9670b24c0b039840a08d4a1 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 15 Jul 2020 16:37:03 +0000 Subject: [PATCH] remove spaces inside {} of ApplicationHelperTest#test_render_page_hierarchy_with_timestamp git-svn-id: http://svn.redmine.org/redmine/trunk@19906 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/helpers/application_helper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb index b33d7c287..606941736 100644 --- a/test/helpers/application_helper_test.rb +++ b/test/helpers/application_helper_test.rb @@ -1537,7 +1537,7 @@ class ApplicationHelperTest < Redmine::HelperTest def test_render_page_hierarchy_with_timestamp parent_page = WikiPage.find(1) child_page = WikiPage.find_by(parent_id: parent_page.id) - pages_by_parent_id = { nil => [parent_page], parent_page.id => [child_page] } + pages_by_parent_id = {nil => [parent_page], parent_page.id => [child_page]} result = render_page_hierarchy(pages_by_parent_id, nil, :timestamp => true) assert_select_in( result, 'ul.pages-hierarchy li a[title=?]',