Merge "TetheringTest: correct the comment in chooseDunUpstreamTestCommon" am: 658238fd0e

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/2383984

Change-Id: I86b5ec9d581819889db3eca362cc93c81235f213
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Nucca Chen
2023-01-18 12:38:05 +00:00
committed by Automerger Merge Worker

View File

@@ -1802,7 +1802,7 @@ public class TetheringTest {
TestNetworkAgent mobile, TestNetworkAgent wifi, TestNetworkAgent dun) throws Exception {
final NetworkCallback dunNetworkCallback = setupDunUpstreamTest(automatic, inOrder);
// Pretend cellular connected and expect the upstream to be set.
// Pretend cellular connected and expect the upstream to be not set.
mobile.fakeConnect();
mCm.makeDefaultNetwork(mobile, BROADCAST_FIRST);
mLooper.dispatchAll();