]> git.openstreetmap.org Git - rails.git/blobdiff - test/lib/bounding_box_test.rb
Hide note comments made by deleted users
[rails.git] / test / lib / bounding_box_test.rb
index 3e0c5490b330a398e749714b3c77cd237d1c55b7..46ff38c9ade19cd597cb0d08b4a9a135f9022a33 100644 (file)
@@ -222,7 +222,7 @@ class BoundingBoxTest < ActiveSupport::TestCase
   end
 
   def test_complete
-    assert !@bbox_from_nils.complete?, "should contain a nil"
+    assert_not @bbox_from_nils.complete?, "should contain a nil"
     assert @bbox_from_string.complete?, "should not contain a nil"
   end