summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/helpers/icons_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helpers/icons_helper_test.rb b/test/helpers/icons_helper_test.rb
index ab3e743fd..01fffd4ca 100644
--- a/test/helpers/icons_helper_test.rb
+++ b/test/helpers/icons_helper_test.rb
@@ -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