Skip to content

Commit

Permalink
fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Aug 25, 2023
1 parent 02822bd commit 34e2dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/iso_codes_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe ISOCodes do

language = languages.find_by_name("English")
translation = language.try(&.translation("fr"))
translation.should eq("anglais")
translation.should eq("Anglais")
end

it "raise exception if translation not found" do
Expand Down

0 comments on commit 34e2dae

Please sign in to comment.