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

Commit b3c16d5d authored by Arc Wang's avatar Arc Wang Committed by Android (Google) Code Review
Browse files

Merge "[Wi-Fi] Fix unit test ssidPref_isSubscription_show" into rvc-dev

parents 0747e57f aa05461b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -723,6 +723,7 @@ public class WifiDetailPreferenceController2Test {
    public void ssidPref_isSubscription_show() {
        setUpForConnectedNetwork();
        when(mMockWifiEntry.isSubscription()).thenReturn(true);
        when(mMockWifiEntry.getSsid()).thenReturn(SSID);

        displayAndResume();