Skip to content

Commit

Permalink
Fix Bars
Browse files Browse the repository at this point in the history
  • Loading branch information
CuddlyBunion341 committed Jan 14, 2025
1 parent d0e89b3 commit 3f3fc7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/timer_sessions_helper_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -44,6 +44,6 @@ class TimerSessionsHelperTest < ActionView::TestCase
end

test '#issue_link_list' do
assert_equal ['<a href="/issues/1">1: Cannot print recipes</a>'], issue_link_list([Issue.first])
assert_equal ['<a href="/issues/1">1: [eCookbook] Cannot print recipes</a>'], issue_link_list([Issue.first])
end
end

0 comments on commit 3f3fc7e

Please sign in to comment.