Update badge copy with new strings.

This commit is contained in:
Alex Hart
2021-10-28 15:49:25 -03:00
committed by Greyson Parrelli
parent 755ec672c0
commit 6c7d837964
21 changed files with 273 additions and 43 deletions

View File

@@ -33,7 +33,7 @@ class BoostTest__MoneyFilter {
testSubject.afterTextChanged(editable)
assertEquals("$ 5", editable.toString())
assertEquals("$5", editable.toString())
}
@Test
@@ -92,7 +92,7 @@ class BoostTest__MoneyFilter {
testSubject.afterTextChanged(editable)
assertEquals("¥ 5", editable.toString())
assertEquals("¥5", editable.toString())
}
@Test