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

Commit 7da52995 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Merge "Trivial change to test expectations." am: c0d8300b

am: 3dd0137e

Change-Id: I40e6535b22688b47845e6c57d3f13963bc8a6201
parents da71487a 3dd0137e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();