mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 07:46:55 +00:00
Fixing tests related to abstraction
Flag: NONE - fixing tests Test: built and ran locally, verified test pass in presubmit Bug: 224595066 Change-Id: Ifefab1e1696853c5bd816a361314082073ba8a20
This commit is contained in:
@@ -37,7 +37,7 @@ class FallbackTaskbarUIControllerTest : TaskbarBaseTestCase() {
|
||||
lateinit var stateListener: StateManager.StateListener<RecentsState>
|
||||
|
||||
private val recentsActivity: RecentsActivity = mock()
|
||||
private val stateManager: StateManager<RecentsState> = mock()
|
||||
private val stateManager: StateManager<RecentsState, RecentsActivity> = mock()
|
||||
|
||||
@Before
|
||||
override fun setup() {
|
||||
|
||||
Reference in New Issue
Block a user