mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 19:26:17 +00:00
Enforce no grouping in currency formatter, to be consistent with MoneyFilter.
Fixes #13922 Resolves #13923
This commit is contained in:
committed by
Greyson Parrelli
parent
2a89decb95
commit
a76e271f20
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user