Skip to content

Commit

Permalink
follows up 8cf327c
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Feb 6, 2024
1 parent 8cf327c commit 3413612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kaminari-core/test/helpers/action_view_extension_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def total_count

test 'with an empty array and total_count option' do
users = Kaminari.paginate_array([], total_count: 50).page(1).per(1)
assert_equal 'Displaying users <b>1&nbsp;-&nbsp;1</b> of <b>50</b> in total', view.page_entries_info(users, entry_name: 'user')
assert_equal 'Displaying users <b>11</b> of <b>50</b> in total', view.page_entries_info(users, entry_name: 'user')
end
end
end
Expand Down

0 comments on commit 3413612

Please sign in to comment.