]> source.dussan.org Git - redmine.git/commitdiff
remove spaces inside {} of test/unit/project_nested_set_test.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 22 Nov 2020 12:59:18 +0000 (12:59 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 22 Nov 2020 12:59:18 +0000 (12:59 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20475 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/project_nested_set_test.rb

index 16d7cf1553b907f643bbcc8cb1e3da3818f15633..78f1f5a53496289c6b8d33d15e78a04464881984 100644 (file)
@@ -57,7 +57,7 @@ class ProjectNestedSetTest < ActiveSupport::TestCase
   end
 
   def test_rebuild_tree_should_build_valid_tree_even_with_valid_lft_rgt_values
-    Project.where({:id => @a.id }).update_all("name = 'YY'")
+    Project.where({:id => @a.id}).update_all("name = 'YY'")
     # lft and rgt values are still valid (Project.rebuild! would not update anything)
     # but projects are not ordered properly (YY is in the first place)