Skip to content

Commit

Permalink
Fix: improve the name of the test - for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
benkoshy committed Dec 4, 2024
1 parent 7711eea commit 693df7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pagy/i18n_locales_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
raise StandardError, "item_name must be Hash or String"
end
end
it "ensures #{locale}.yml rules (#{rule}) have the correct aria_label,nav and item_name keys applied" do
it "ensures #{locale}.yml has the correct aria_label,nav and item_name keys per the declared (#{rule}) rule" do
skip if %w[ta sw].include?(locale) # ta.yml and sw.yml do not have the requisite keys yet

pluralizations = counts[rule]
Expand Down

0 comments on commit 693df7b

Please sign in to comment.