Merge "Lower case the first letter of storage type."
This commit is contained in:
@@ -124,7 +124,7 @@ public final class InstalledAppDetailsTest {
|
||||
when(stats.getTotalBytes()).thenReturn(1L);
|
||||
|
||||
assertThat(InstalledAppDetails.getStorageSummary(context, stats, true))
|
||||
.isEqualTo("1.00B used in External storage");
|
||||
.isEqualTo("1.00B used in external storage");
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -134,7 +134,7 @@ public final class InstalledAppDetailsTest {
|
||||
when(stats.getTotalBytes()).thenReturn(1L);
|
||||
|
||||
assertThat(InstalledAppDetails.getStorageSummary(context, stats, false))
|
||||
.isEqualTo("1.00B used in Internal storage");
|
||||
.isEqualTo("1.00B used in internal storage");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user