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

Commit 63ad0316 authored by Wenhui Yang's avatar Wenhui Yang
Browse files

Update test in BiometricLogger

Bug: 295582896
Test: atest BiometricLoggerTest
Change-Id: Ib02ca87a245ca35058004afb4def25abab5824a0
parent 59db8423
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