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

Commit 6a06cdd1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix mistake in test" into udc-dev

parents c0c0edd0 8512191c
Loading
Loading
Loading
Loading
+2 −3
Original line number Original line Diff line number Diff line
@@ -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