Enforce no grouping in currency formatter, to be consistent with MoneyFilter.

Fixes #13922
Resolves #13923
This commit is contained in:
Angelin Scheidweiler
2025-01-18 16:57:30 -06:00
committed by Greyson Parrelli
parent 2a89decb95
commit a76e271f20
2 changed files with 2 additions and 1 deletions

View File

@@ -109,7 +109,7 @@ class BoostTest__MoneyFilter {
view.setText("1000", TextView.BufferType.EDITABLE)
assertEquals("$1,000", view.text.toString())
assertEquals("$1000", view.text.toString())
}
@Test