Merge "Get rid of any unnecessary reset calls" into main

This commit is contained in:
Mark Chien
2023-12-08 07:48:14 +00:00
committed by Gerrit Code Review

View File

@@ -108,9 +108,6 @@ public class UpstreamNetworkMonitorTest {
@Before public void setUp() throws Exception {
MockitoAnnotations.initMocks(this);
reset(mContext);
reset(mCS);
reset(mLog);
when(mLog.forSubComponent(anyString())).thenReturn(mLog);
when(mEntitleMgr.isCellularUpstreamPermitted()).thenReturn(true);