remove spaces inside {} of test/unit/issue_status_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@20383 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-11-15 12:36:47 +00:00
parent bc2d89c54b
commit 3873964150

View File

@@ -56,7 +56,7 @@ class IssueStatusTest < ActiveSupport::TestCase
def test_destroy_status_in_use
# Status assigned to an Issue
status = Issue.find(1).status
assert_raise(RuntimeError, "Cannot delete status") { status.destroy }
assert_raise(RuntimeError, "Cannot delete status") {status.destroy}
end
def test_new_statuses_allowed_to