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

Commit 089e76c4 authored by Edgar Wang's avatar Edgar Wang
Browse files

Fix test case failed in SystemControlsFragmentTest

Fixes: 280071271
Test: local robotest
Change-Id: I96867e9718b4a30289fdcd3fcd9dc70ed8c227b0
parent 361ed501
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -25,16 +25,19 @@ import androidx.test.core.app.ApplicationProvider;

import com.android.settings.R;
import com.android.settings.testutils.XmlTestUtils;
import com.android.settings.testutils.shadow.ShadowKeyCharacterMap;

import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
import org.robolectric.annotation.Config;

import java.util.List;

/** Tests for {@link SystemControlsFragment}. */
@RunWith(RobolectricTestRunner.class)
@Config(shadows = {ShadowKeyCharacterMap.class})
public class SystemControlsFragmentTest {

    private final Context mContext = ApplicationProvider.getApplicationContext();