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

Commit fd18b146 authored by Dave Mankoff's avatar Dave Mankoff
Browse files

Fix StatusBarTest's thread check.

Bug: 141877121
Test: atest SystemUITests
Change-Id: Ic083cb511a1e3e4b0aa28b3d8eabe40e57fbfaae
parent 71428f79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ import java.util.HashSet;

@SmallTest
@RunWith(AndroidTestingRunner.class)
@RunWithLooper
@RunWithLooper(setAsMainLooper = true)
public class StatusBarTest extends SysuiTestCase {
    @Mock private StatusBarKeyguardViewManager mStatusBarKeyguardViewManager;
    @Mock private KeyguardStateController mKeyguardStateController;