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

Commit f612b609 authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

Trivial change to test expectations.

(cherry picked from commit 0fee732c)

Bug: 32163131
Test: runtest frameworks-net
Change-Id: Iec8af5191b4da495e47ef97d70a03a5d2e75cfe2
parent b09cf3fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();