X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/98bfaace9aeba7fb387596cc16b2e661506173c6..fa7841acbf0c0702d0f0988cd999f6a259aaf587:/test/lib/bounding_box_test.rb?ds=sidebyside

diff --git a/test/lib/bounding_box_test.rb b/test/lib/bounding_box_test.rb
index d176e0fa7..9143fcd81 100644
--- a/test/lib/bounding_box_test.rb
+++ b/test/lib/bounding_box_test.rb
@@ -222,7 +222,7 @@ class BoundingBoxTest < ActiveSupport::TestCase
   end
 
   def test_complete
-    assert_not @bbox_from_nils.complete?, "should contain a nil"
+    assert_not_predicate @bbox_from_nils, :complete?, "should contain a nil"
     assert_predicate @bbox_from_string, :complete?, "should not contain a nil"
   end