]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/old_node_controller_test.rb
Don't send note comment notifications to deleted users
[rails.git] / test / controllers / old_node_controller_test.rb
index 067f6599cb3169d5e46b084be0c0c753c6f7a885..f2658b1231294554bc119e136cb9912f55869342 100644 (file)
@@ -147,7 +147,7 @@ class OldNodeControllerTest < ActionController::TestCase
     check_not_found_id_version(70000, 312344)
     check_not_found_id_version(-1, -13)
     check_not_found_id_version(nodes(:visible_node).id, 24354)
-    check_not_found_id_version(24356,   nodes(:visible_node).version)
+    check_not_found_id_version(24356, nodes(:visible_node).version)
   end
 
   def check_not_found_id_version(id, version)