mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Fix failing test after r23230 (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23235 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
d8fa577550
commit
d3d07db129
@ -106,7 +106,7 @@ class IconsHelperTest < Redmine::HelperTest
|
||||
end
|
||||
|
||||
def test_principal_icon_should_return_nil_for_non_group_classes
|
||||
assert_nil principal_icon('user')
|
||||
assert_nil principal_icon(Principal.find(1))
|
||||
end
|
||||
|
||||
def test_activity_event_type_icon_should_return_correct_icon_for_reply_events
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user