Merge "Rollback the See More Intent for non-provider model design" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
dbd5c9cc7c
@@ -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