commit | ec5d7a0924f609fc6611ed4d7e820338f0d4fe2f | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Sep 13 00:26:54 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Sep 13 00:26:54 2024 +0000 |
tree | 356f2bc8b1a0bca0f8edccf7142b0227e69ca954 | |
parent | f1b5855af7df79d841b2ca81128242f787599992 [diff] | |
parent | 5ee3d98641fd99458f9c8be93220ec553985b4da [diff] |
Merge "Cleaning up some enabled features" into main
diff --git a/tests/multivalentTests/src/com/android/launcher3/allapps/FloatingHeaderViewTests.kt b/tests/multivalentTests/src/com/android/launcher3/allapps/FloatingHeaderViewTest.kt similarity index 98% rename from tests/multivalentTests/src/com/android/launcher3/allapps/FloatingHeaderViewTests.kt rename to tests/multivalentTests/src/com/android/launcher3/allapps/FloatingHeaderViewTest.kt index ac2c553..d2103ae 100644 --- a/tests/multivalentTests/src/com/android/launcher3/allapps/FloatingHeaderViewTests.kt +++ b/tests/multivalentTests/src/com/android/launcher3/allapps/FloatingHeaderViewTest.kt
@@ -31,7 +31,7 @@ import org.junit.runner.RunWith @RunWith(AndroidJUnit4::class) -class FloatingHeaderViewTests { +class FloatingHeaderViewTest { @get:Rule val mSetFlagsRule = SetFlagsRule()