]> source.dussan.org Git - redmine.git/commitdiff
add space after comma to test/integration/api_test/projects_test.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 7 Aug 2020 12:42:59 +0000 (12:42 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 7 Aug 2020 12:42:59 +0000 (12:42 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19950 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/integration/api_test/projects_test.rb

index ae975e5d70492f8c6f87f4d9b2f80303a93a3949..cd336c51cdcca9c6ef01c46b905dbe578486949c 100644 (file)
@@ -289,7 +289,7 @@ class Redmine::ApiTest::ProjectsTest < Redmine::ApiTest::Base
   end
 
   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')
     end
     assert_response :no_content