diff options
| author | 2017-08-28 12:39:29 +0000 | |
|---|---|---|
| committer | 2017-08-28 12:39:29 +0000 | |
| commit | c0d8300b32b706e1d4caced06a4004d427a9bdd3 (patch) | |
| tree | 56cea3e764bc86c86951e4e90424b3035d21d4ea | |
| parent | 81b179cfdda32feac5ab0b7a44f7e7cf2624af3f (diff) | |
| parent | f612b609db322946a4f10b0d312b35edd0382dd9 (diff) | |
Merge "Trivial change to test expectations."
| -rw-r--r-- | tests/net/java/com/android/server/connectivity/tethering/OffloadControllerTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/net/java/com/android/server/connectivity/tethering/OffloadControllerTest.java b/tests/net/java/com/android/server/connectivity/tethering/OffloadControllerTest.java index 679c369c1a87..d7739518ef2d 100644 --- a/tests/net/java/com/android/server/connectivity/tethering/OffloadControllerTest.java +++ b/tests/net/java/com/android/server/connectivity/tethering/OffloadControllerTest.java @@ -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(); |