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

Commit 6068c5a8 authored by Wenhui Yang's avatar Wenhui Yang Committed by Android (Google) Code Review
Browse files

Merge "Update test in BiometricLogger" into main

parents 94280d8c 63ad0316
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -125,6 +125,8 @@ public class BiometricLoggerTest {
                eq(DEFAULT_MODALITY), eq(DEFAULT_ACTION), eq(DEFAULT_CLIENT), anyBoolean(),
                anyLong(), anyInt(), eq(requireConfirmation),
                eq(targetUserId), any());

        verify(mAuthenticationStatsCollector).authenticate(eq(targetUserId), eq(authenticated));
    }

    @Test