From 19f259419ac72902dcd785d25c521b6043e72a5a Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 4 Nov 2020 14:43:34 +0000 Subject: [PATCH] add space after comma to QueriesControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@20246 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/queries_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/queries_controller_test.rb b/test/functional/queries_controller_test.rb index d0f9e9284..26a4b6642 100644 --- a/test/functional/queries_controller_test.rb +++ b/test/functional/queries_controller_test.rb @@ -787,7 +787,7 @@ class QueriesControllerTest < Redmine::ControllerTest assert_equal 'application/json', response.media_type json = ActiveSupport::JSON.decode(response.body) assert_equal 4, json.count - assert_include ["Private child of eCookbook","5"], json + assert_include ["Private child of eCookbook", "5"], json end def test_assignee_filter_should_return_active_and_locked_users_grouped_by_status -- 2.39.5