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

Commit 69e1fe6e authored by AI test gen's avatar AI test gen
Browse files

Add test for CATEGORY_PRIVACY_CONTROLS

Adds the newly introduced `CATEGORY_PRIVACY_CONTROLS` to the existing test that safeguards against accidental key removal.


Please help fill out the survey for feedback: https://forms.gle/Qz9q5boo4h4tESyd7
Original Change: ag/35178170
Test: passed ABTD tests http://go/forrest-run/L82500030017326305
Bug: 431235865
Flag: TEST_ONLY

Change-Id: Ica79f11bf526d408957906ee56c338112c69deb5
parent 95436ef4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -63,8 +63,9 @@ public class CategoryKeyTest {
        allKeys.add(CategoryKey.CATEGORY_COMMUNAL_SETTINGS);
        allKeys.add(CategoryKey.CATEGORY_SUPERVISION);
        allKeys.add(CategoryKey.CATEGORY_MEDIA_CONTROLS_SETTINGS);
        allKeys.add(CategoryKey.CATEGORY_PRIVACY_CONTROLS);
        // DO NOT REMOVE ANYTHING ABOVE

        assertThat(allKeys.size()).isEqualTo(22);
        assertThat(allKeys.size()).isEqualTo(23);
    }
}