mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-11 13:15:20 +00:00
add space after comma to QueriesControllerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20246 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
79058ef191
commit
19f259419a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user