Fix new rubocop warnings

This commit is contained in:
Tom Hughes 2022-03-15 18:24:32 +00:00
parent 04c697b468
commit 03cad948e3
31 changed files with 125 additions and 125 deletions

View file

@ -54,7 +54,7 @@ class ReportDiaryEntryTest < ApplicationSystemTestCase
issue.reload
assert_not issue.resolved?
assert issue.open?
assert_predicate issue, :open?
end
def test_missing_report_params