Merge "Trivial change to test expectations." into oc-mr1-dev

am: 9487f80cc5

Change-Id: Iad2aad7163aea9b1b92ed3f46be7ce36cd0578c6
This commit is contained in:
Lorenzo Colitti
2017-08-24 11:03:38 +00:00
committed by android-build-merger

View File

@@ -444,7 +444,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();