Skip to content

Commit ccedfe6

Browse files
committed
Fix test
1 parent 8cbc533 commit ccedfe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/custom_currency_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Money.CustomCurrencyTest do
22
use ExUnit.Case
33

44
setup do
5-
{:ok, _pid} = Cldr.Currency.start_link()
5+
Cldr.Currency.start_link()
66
{:ok, _currency} = Cldr.Currency.new(:ABCD, name: "ABCD", digits: 0)
77
:ok
88
end

0 commit comments

Comments
 (0)