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

Commit 1c4317a7 authored by Alexander Hendrich's avatar Alexander Hendrich
Browse files

Fix typo in ScreenLockPreferenceDetailsUtilsTest.java

Change "Patter" to "Pattern" in test method name.

Test: atest ScreenLockPreferenceDetailsUtilsTest
Flag: TEST_ONLY

Change-Id: If05a35a4c4cac4ba3ead5c4795824560c80c4f12
parent 52e9b923
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@ public class ScreenLockPreferenceDetailsUtilsTest {
    }

    @Test
    public void isLockPatternSecure_noLockPatterUtils_shouldReturnFalse() {
    public void isLockPatternSecure_noLockPatternUtils_shouldReturnFalse() {
        when(mFeatureFactory.securityFeatureProvider.getLockPatternUtils(mContext))
                .thenReturn(null);
        mScreenLockPreferenceDetailsUtils = new ScreenLockPreferenceDetailsUtils(mContext);