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

Commit 7ce886bd authored by Kevin Chyn's avatar Kevin Chyn Committed by android-build-merger
Browse files

Fix FaceSetupSliceTest am: acde97cf

am: a9c14ab4

Change-Id: Ic96ff261766e750e0fff6b3ff73e21d0588b0222
parents be7d7338 a9c14ab4
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();