Merge "Trivial change to test expectations."
This commit is contained in:
@@ -448,7 +448,7 @@ public class OffloadControllerTest {
|
||||
NetworkStats perUidStats = provider.getTetherStats(STATS_PER_UID);
|
||||
waitForIdle();
|
||||
// There is no current upstream, so no stats are fetched.
|
||||
inOrder.verify(mHardware, never()).getForwardedStats(eq(ethernetIface));
|
||||
inOrder.verify(mHardware, never()).getForwardedStats(any());
|
||||
inOrder.verify(mHardware, times(1)).setUpstreamParameters(
|
||||
eq(null), eq(null), eq(null), eq(null));
|
||||
inOrder.verifyNoMoreInteractions();
|
||||
|
||||
Reference in New Issue
Block a user