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

Commit 46b1f484 authored by Jeremy Klein's avatar Jeremy Klein Committed by android-build-merger
Browse files

Fix a broken TetherServiceTest. am: 86811489 am: be9c3382

am: 9de1885a

Change-Id: I66818d04e363d43cae88a713daaf51a746c84f38
parents 9b74c617 9de1885a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ public class TetherServiceTest extends ServiceTestCase<TetherService> {
        assertTrue(waitForProvisionRequest(TETHERING_WIFI));
        assertTrue(waitForProvisionResponse(TETHER_ERROR_PROVISION_FAILED));

        verify(mWifiManager).setWifiApEnabled(isNull(WifiConfiguration.class), eq(false));
        verify(mConnectivityManager).stopTethering(ConnectivityManager.TETHERING_WIFI);
    }

    public void testFailureStopsTethering_Usb() {