Skip to content

Commit

Permalink
update tests for avaliable_locales
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioosouzaa authored and mkllnk committed Apr 17, 2024
1 parent 51d90e7 commit 9477725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/lib/open_food_network/i18n_config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module OpenFoodNetwork
end

it "provides the default available locales" do
expect(I18nConfig.available_locales).to eq ["en_GB", "en"]
expect(I18nConfig.available_locales).to eq ["en_GB"]
end
end

Expand All @@ -92,7 +92,7 @@ module OpenFoodNetwork
end

it "provides the default available locales" do
expect(I18nConfig.available_locales).to eq ["es", "fr", "de", "en"]
expect(I18nConfig.available_locales).to eq ["es", "fr", "de"]
end
end
end
Expand Down

0 comments on commit 9477725

Please sign in to comment.