File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/java/org/javamoney/moneta/function Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55import org .testng .annotations .Test ;
66
77import javax .money .CurrencyUnit ;
8- import javax .money .MonetaryCurrencies ;
8+ import javax .money .Monetary ;
99import javax .money .convert .ExchangeRate ;
1010import javax .money .convert .RateType ;
1111
1212import static org .testng .Assert .assertEquals ;
1313
1414public class ExchangeRateSimpleTest {
15- private static final CurrencyUnit EUR = MonetaryCurrencies .getCurrency ("EUR" );
16- private static final CurrencyUnit GBP = MonetaryCurrencies .getCurrency ("GBP" );
15+ private static final CurrencyUnit EUR = Monetary .getCurrency ("EUR" );
16+ private static final CurrencyUnit GBP = Monetary .getCurrency ("GBP" );
1717
1818 @ Test
1919 public void equalsTest () {
You can’t perform that action at this time.
0 commit comments