Merge "Fix mistake in test" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6a06cdd1bf
@@ -41,11 +41,10 @@ public class DevelopmentMemtagPageTest {
|
|||||||
mContext = RuntimeEnvironment.application;
|
mContext = RuntimeEnvironment.application;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore
|
|
||||||
@Test
|
@Test
|
||||||
public void getMetricsCategory_isSETTINGS_MEMTAG_CATEGORY() {
|
public void getMetricsCategory_isSETTINGS_DEVELOPMENT_MEMTAG_CATEGORY() {
|
||||||
assertThat(mMemtagPage.getMetricsCategory())
|
assertThat(mMemtagPage.getMetricsCategory())
|
||||||
.isEqualTo(SettingsEnums.SETTINGS_MEMTAG_CATEGORY);
|
.isEqualTo(SettingsEnums.SETTINGS_DEVELOPMENT_MEMTAG_CATEGORY);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Reference in New Issue
Block a user