Skip to content

Commit

Permalink
fix: typo in spec description
Browse files Browse the repository at this point in the history
  • Loading branch information
wout committed Jul 31, 2021
1 parent f9de5ec commit de6bf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mollie/amount_spec.cr
Expand Up @@ -49,7 +49,7 @@ describe Mollie::Amount do
tuple.should eq({value: "60.00", currency: "EUR"})
end

it "rounds the amount according to the given currecny" do
it "rounds the amount according to the given currency" do
Mollie::Config.currency_decimals["SEK"] = 4
tuple = Mollie::Amount.new(60.31555, "EUR").to_tuple
tuple.should eq({value: "60.32", currency: "EUR"})
Expand Down

0 comments on commit de6bf9b

Please sign in to comment.