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

Commit 11c697fb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove redundant assertion from test"

parents 2d1bdd8d 256ebf42
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -137,7 +137,6 @@ public class WifiTetherPreferenceControllerTest {
        mController.displayPreference(mScreen);
        mLifecycle.handleLifecycleEvent(ON_START);

        assertThat(ShadowWifiTetherSwitchBarController.onStartCalled).isTrue();
        verify(mContext).registerReceiver(eq(receiver), any(IntentFilter.class));
        verify(pref).setChecked(false);
    }