commit | f2abe15fe7d07501687dbb40a5eba885cf15a086 | [log] [tgz] |
---|---|---|
author | Hungming Chen <nuccachen@google.com> | Thu Jan 12 15:50:01 2023 +0800 |
committer | Hungming Chen <nuccachen@google.com> | Fri Jan 13 17:53:59 2023 +0800 |
tree | 1fcc415185c5068a1117ca9deb01bc1e7c04f1ff | |
parent | 8043d5d7af7435c4461074343b0c6823244edf20 [diff] |
TetheringTest: correct the comment in chooseDunUpstreamTestCommon Bug: 243516306 Test: atest TetheringTest Change-Id: I642722498357dfb8f1582de50701f213c49f3077
diff --git a/Tethering/tests/unit/src/com/android/networkstack/tethering/TetheringTest.java b/Tethering/tests/unit/src/com/android/networkstack/tethering/TetheringTest.java index 63702f2..f90b3a4 100644 --- a/Tethering/tests/unit/src/com/android/networkstack/tethering/TetheringTest.java +++ b/Tethering/tests/unit/src/com/android/networkstack/tethering/TetheringTest.java
@@ -1802,7 +1802,7 @@ 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();