diff --git a/test/unit/timer_sessions_helper_test.rb b/test/unit/timer_sessions_helper_test.rb
index 6cb8926..3a2cc77 100644
--- a/test/unit/timer_sessions_helper_test.rb
+++ b/test/unit/timer_sessions_helper_test.rb
@@ -31,7 +31,7 @@ class TimerSessionsHelperTest < ActionView::TestCase
end
test '#format_time_entry_information' do
- assert_equal '#1: Cannot print recipes - 4.25 h',
+ assert_equal '#1: [eCookbook] Cannot print recipes - 4.25 h',
format_time_entry_information(TimeEntry.first)
end
@@ -44,6 +44,6 @@ class TimerSessionsHelperTest < ActionView::TestCase
end
test '#issue_link_list' do
- assert_equal ['1: Cannot print recipes'], issue_link_list([Issue.first])
+ assert_equal ['1: [eCookbook] Cannot print recipes'], issue_link_list([Issue.first])
end
end