]> git.openstreetmap.org Git - rails.git/blobdiff - test/system/report_diary_entry_test.rb
Fix new rubocop warnings
[rails.git] / test / system / report_diary_entry_test.rb
index efb1070653de48b766cdaf7c5dc6221cdd5bbf97..dde06cffc31ddeee05e20cbcf75ccb1218bc6996 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