Fix mistake in test
Test: make RunSettingsRoboTests -j56 ROBOTEST_FILTER=DevelopmentMemtagPageTest Bug: 280021647 Change-Id: I74aa8764933d2abe9ae9dfd47c9f010411a3efee
This commit is contained in:
@@ -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