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

Commit acde97cf authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Fix FaceSetupSliceTest

Bug: 141380252

Test: make -j56 RunSettingsRoboTests

Change-Id: Ifb9a29d8f3115759a9e8e93e3721135c6ba229bf
parent bba7632f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -108,8 +108,8 @@ public class FaceSetupSliceTest {
        when(faceManager.hasEnrolledTemplates(UserHandle.myUserId())).thenReturn(true);
        when(mContext.getSystemService(Context.FACE_SERVICE)).thenReturn(faceManager);
        Settings.Secure.putInt(mContext.getContentResolver(),
                Settings.Secure.FACE_UNLOCK_MUST_RE_ENROLL,
                1);
                Settings.Secure.FACE_UNLOCK_RE_ENROLL,
                3);
        final FaceSetupSlice setupSlice = new FaceSetupSlice(mContext);

        assertThat(setupSlice.getSlice()).isNotNull();