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

Commit 937bbe8b authored by Mike Schneider's avatar Mike Schneider Committed by Android (Google) Code Review
Browse files

Merge "Remove the need to specify data types" into main

parents b9406495 710ed3f2
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -64,14 +64,7 @@ class TransitionAnimatorTest : SysuiTestCase() {

    @get:Rule(order = 0) val deviceEmulationRule = DeviceEmulationRule(emulationSpec)
    @get:Rule(order = 1) val activityRule = ActivityScenarioRule(EmptyTestActivity::class.java)
    @get:Rule(order = 2)
    val motionRule =
        ViewMotionTestRule<EmptyTestActivity>(
            pathManager,
            { activityRule.scenario },
            context = context,
            bitmapDiffer = null,
        )
    @get:Rule(order = 2) val motionRule = ViewMotionTestRule(pathManager, { activityRule.scenario })

    @Test
    fun backgroundAnimation_whenLaunching() {