X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/24d605f567f89024dc9cc1d09db836cc2af53007..HEAD:/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 0800e1541..dde06cffc 100644 --- a/test/system/report_diary_entry_test.rb +++ b/test/system/report_diary_entry_test.rb @@ -53,8 +53,8 @@ class ReportDiaryEntryTest < ApplicationSystemTestCase end issue.reload - assert_not issue.resolved? - assert issue.open? + assert_not_predicate issue, :resolved? + assert_predicate issue, :open? end def test_missing_report_params