Merge "Rollback the See More Intent for non-provider model design" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-06-22 12:39:05 +00:00
committed by Android (Google) Code Review
2 changed files with 7 additions and 3 deletions

View File

@@ -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