X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/550c4a3a45814fde5c809334c85f1ebc47659a82..4c00c57c0b915bcf0ca743799b195295a438779e:/test/system/report_diary_entry_test.rb diff --git a/test/system/report_diary_entry_test.rb b/test/system/report_diary_entry_test.rb index efb107065..dde06cffc 100644 --- a/test/system/report_diary_entry_test.rb +++ b/test/system/report_diary_entry_test.rb @@ -53,7 +53,7 @@ class ReportDiaryEntryTest < ApplicationSystemTestCase end issue.reload - assert_not issue.resolved? + assert_not_predicate issue, :resolved? assert_predicate issue, :open? end