mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
cleanup: rubocop: fix Layout/SpaceInsideParens in test/unit/query_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19247 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e164ad7f1f
commit
17e05f3590
@ -310,7 +310,6 @@ Layout/SpaceInsideParens:
|
||||
- 'test/unit/changeset_test.rb'
|
||||
- 'test/unit/issue_subtasking_test.rb'
|
||||
- 'test/unit/lib/redmine/export/pdf_test.rb'
|
||||
- 'test/unit/query_test.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
Layout/SpaceInsidePercentLiteralDelimiters:
|
||||
|
||||
@ -1851,7 +1851,7 @@ class QueryTest < ActiveSupport::TestCase
|
||||
p = Project.generate! do |project|
|
||||
project.status = Project::STATUS_ARCHIVED
|
||||
end
|
||||
i = Issue.generate!( :project => p, :tracker => p.trackers.first )
|
||||
i = Issue.generate!(:project => p, :tracker => p.trackers.first)
|
||||
assert !i.visible?
|
||||
|
||||
test_issue_count
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user