We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779a202 commit 2560556Copy full SHA for 2560556
src/test/java/javax/money/MonetaryTest.java
@@ -75,7 +75,7 @@ public void testGetCurrencies_Providers() {
75
assertNotNull(curs);
76
}
77
78
- @Test
+ @Test(expectedExceptions = MonetaryException.class)
79
public void testGetCurrency_CurrencyQuery() {
80
CurrencyUnit cur = Monetary.getCurrency(
81
CurrencyQueryBuilder.of().build());
0 commit comments