]> git.openstreetmap.org Git - rails.git/blobdiff - test/system/report_diary_entry_test.rb
Use assert_not_predicate in tests that have assert_predicate
[rails.git] / test / system / report_diary_entry_test.rb
index d4e49b714ffd32b9e2d4077926863eae7fc41efc..545723ebb8f7e2f19bf91a155808e43c0a0f7293 100644 (file)
@@ -53,7 +53,7 @@ class ReportDiaryEntryTest < ApplicationSystemTestCase
     end
 
     issue.reload
-    assert_not issue.resolved?
+    assert_not_predicate issue, :resolved?
     assert_predicate issue, :open?
   end