mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 14:26:04 +01:00
remove spaces inside {} of test/unit/query_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20381 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1341,7 +1341,7 @@ class QueryTest < ActiveSupport::TestCase
|
||||
IssueRelation.create!(relation_type: 'relates', issue_from: Issue.find(2), issue_to: Issue.find(3))
|
||||
|
||||
query = IssueQuery.new(:name => '_')
|
||||
query.filters = { 'relates' => { operator: '!o', values: [''] } }
|
||||
query.filters = {'relates' => {:operator => '!o', :values => ['']}}
|
||||
ids = find_issues_with_query(query).map(&:id)
|
||||
assert_equal [], ids & [2]
|
||||
assert_include 1, ids
|
||||
|
||||
Reference in New Issue
Block a user