diff options
| author | 2022-09-05 14:18:05 +0000 | |
|---|---|---|
| committer | 2022-09-05 14:18:05 +0000 | |
| commit | f6b0a6487f0533a45d1f58dc1e73c147ee354cd6 (patch) | |
| tree | b47b9e00a532bc3a92a2038f25ff7aca4b3f52d1 | |
| parent | 7b46b29bcef9eac6ba673a5a65ccb85ff98ce9e6 (diff) | |
| parent | 994b3bf56d61e27e055cee0f0bafa0e5e902c0d6 (diff) | |
Merge "Fix typo in EnterPipToOtherOrientationTest" into tm-qpr-dev
| -rw-r--r-- | libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/EnterPipToOtherOrientationTest.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/EnterPipToOtherOrientationTest.kt b/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/EnterPipToOtherOrientationTest.kt index f50097d4ce84..7680f4dfa1d5 100644 --- a/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/EnterPipToOtherOrientationTest.kt +++ b/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/EnterPipToOtherOrientationTest.kt @@ -43,7 +43,7 @@ import org.junit.runners.Parameterized /** * Test entering pip while changing orientation (from app in landscape to pip window in portrait) * - * To run this test: `atest EnterPipToOtherOrientationTest:EnterPipToOtherOrientationTest` + * To run this test: `atest WMShellFlickerTests:EnterPipToOtherOrientationTest` * * Actions: * Launch [testApp] on a fixed portrait orientation |