Fix UnfoldLatencyTrackerTest

Test: atest UnfoldLatencyTrackerTest
Bug: 209963184
Change-Id: I51a87c04d45bc23f743ea23a4d90b7332ab854f2
This commit is contained in:
Nicolo' Mazzucato
2022-01-20 18:15:38 +01:00
parent 2fb732321f
commit 86dfdd49d5

View File

@@ -68,7 +68,7 @@ class UnfoldLatencyTrackerTest : SysuiTestCase() {
context.mainExecutor,
context,
screenLifecycle
)
).apply { init() }
deviceStates = FoldableTestUtils.findDeviceStates(context)
verify(deviceStateManager).registerCallback(any(), foldStateListenerCaptor.capture())