Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 646eec9

Browse files
committed
New release
1 parent 153d00a commit 646eec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/javamoney/moneta/format/MonetaryFormatsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public void testParse_INR_en_IN() {
122122
public void testFormat_INR_en_IN() {
123123
MonetaryAmountFormat format = MonetaryFormats.getAmountFormat(INDIA);
124124
assertMoneyFormat(format, Money.of(67890000000000L, "INR"), "INR 67,890,000,000,000.00");
125-
//TODO assertMoneyFormat(format, Money.of(67890000000000L, "INR"), "INR 6,78,90,00,00,00,000.00");
125+
// assertMoneyFormat(format, Money.of(67890000000000L, "INR"), "INR 6,78,90,00,00,00,000.00"); TODO: https://github.com/JavaMoney/jsr354-ri-bp/issues/55
126126
}
127127

128128
@Test

0 commit comments

Comments
 (0)