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

Commit e8e23cb8 authored by Varun Narisetty's avatar Varun Narisetty
Browse files

Fixing typo

Change-Id: I5a372543f22002762c16044d2228c07d94825529
parent d07f4e47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -264,7 +264,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;
    }