Fix summary detector test fail
Bug: 183919477 Test: make RunSettingsRoboTests -j40 Change-Id: I879c07e1c44a6e17ea9ceaca85ec4778e0131c5d
This commit is contained in:
committed by
Wesley Wang
parent
0a0721fb8a
commit
ca048b51c5
@@ -54,9 +54,9 @@ public class SummaryDetectorTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testDetect_notDisabled_tipVisible() {
|
||||
public void testDetect_notDisabled_tipInvisible() {
|
||||
SummaryDetector detector = new SummaryDetector(mPolicy, AVERAGE_TIME_MS);
|
||||
|
||||
assertThat(detector.detect().isVisible()).isTrue();
|
||||
assertThat(detector.detect().isVisible()).isFalse();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user