mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 03:11:10 +01:00
Update badge copy with new strings.
This commit is contained in:
committed by
Greyson Parrelli
parent
755ec672c0
commit
6c7d837964
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user