Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment