Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd6edbde authored by Victor Chang's avatar Victor Chang Committed by android-build-merger
Browse files

Fix FormatterTest#testFormatShortElapsedTime due to CLDR 34 change am: 8ac807e0 am: 857933bd

am: 2ef788b6

Change-Id: Ie7a66e3ccdb50e1092d8c3c7c724de9ed4956f36
parents 5dffe468 2ef788b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ public class FormatterTest {

        // Make sure it works on different locales.
        setLocale(Locale.FRANCE);
        assertEquals("2 j", Formatter.formatShortElapsedTime(mContext, 2 * DAY));
        assertEquals("2\u202fj", Formatter.formatShortElapsedTime(mContext, 2 * DAY));
    }

    @Test