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

Commit 655c8f41 authored by Maciej Żenczykowski's avatar Maciej Żenczykowski Committed by Automerger Merge Worker
Browse files

Merge "Fixing typo" into main am: c3d7a713 am: 9b769338

parents e49e44cb 9b769338
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -286,7 +286,7 @@ public final class TunerAdapterTest {
        int scanStatus = mRadioTuner.scan(RadioTuner.DIRECTION_DOWN, /* skipSubChannel= */ false);

        verify(mTunerMock).seek(/* directionDown= */ true, /* skipSubChannel= */ false);
        assertWithMessage("Status for scaning")
        assertWithMessage("Status for scanning")
                .that(scanStatus).isEqualTo(RadioManager.STATUS_OK);
        verify(mCallbackMock, timeout(CALLBACK_TIMEOUT_MS)).onProgramInfoChanged(FM_PROGRAM_INFO);
    }
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ public class ConnectivityManagerStressTestRunner extends InstrumentationTestRunn
        }
    }

    public int getSoftApInterations() {
    public int getSoftApIterations() {
        return mSoftApIterations;
    }