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

Commit 64f6e231 authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Match CF ARM and regular IME test name

Bug: 262241179
Test: atest FlickerTests
Change-Id: I30bce5460e581fbd014006d6819f6f90234b15c4
parent 134b8a89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,5 +26,5 @@ import org.junit.runners.Parameterized
@RunWith(Parameterized::class)
@Parameterized.UseParametersRunnerFactory(FlickerParametersRunnerFactory::class)
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
class ShowImeOnStartWhenLaunchingAppCfArmTest(flicker: FlickerTest) :
class ShowImeOnAppStartWhenLaunchingAppCfArmTest(flicker: FlickerTest) :
    ShowImeOnAppStartWhenLaunchingAppTest(flicker)