add space after comma to test/integration/api_test/projects_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@19950 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-08-07 12:42:59 +00:00
parent 4ed0f0c345
commit d8733f7fe4

View File

@@ -289,7 +289,7 @@ class Redmine::ApiTest::ProjectsTest < Redmine::ApiTest::Base
end end
test "DELETE /projects/:id.xml should delete the project" do test "DELETE /projects/:id.xml should delete the project" do
assert_difference('Project.count',-1) do assert_difference('Project.count', -1) do
delete '/projects/2.xml', :headers => credentials('admin') delete '/projects/2.xml', :headers => credentials('admin')
end end
assert_response :no_content assert_response :no_content