Merge "Rollback the See More Intent for non-provider model design" into sc-dev am: dbd5c9cc7c
am: ed23563724
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15029681 Change-Id: I28e9ef93d74c6063545fac0b6be940f4991d61e8
This commit is contained in:
@@ -255,8 +255,8 @@ public class InternetConnectivityPanelTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void getSeeMoreIntent_shouldBeNull() {
|
||||
assertThat(mPanel.getSeeMoreIntent()).isNull();
|
||||
public void getSeeMoreIntent_shouldNotNull() {
|
||||
assertThat(mPanel.getSeeMoreIntent()).isNotNull();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user