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:
randypfohl
2024-05-10 08:45:56 -07:00
parent 176ce85d27
commit 4b40965346
3 changed files with 4 additions and 3 deletions

View File

@@ -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() {