Merge "Remove stale search result about "Recent location requests" page" into sc-dev am: 62315005fd am: 4e4cae07b9

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15172993

Change-Id: I56c9d4c8a80006e2a1186a1a573c3acd669e2b4e
This commit is contained in:
Yanting Yang
2021-07-02 04:18:17 +00:00
committed by Automerger Merge Worker
2 changed files with 3 additions and 11 deletions

View File

@@ -62,7 +62,7 @@ public class CustomSiteMapRegistryTest {
}
@Test
public void shouldContainRecentLocationRequestSeeAllFragmentPairs() {
public void shouldContainRecentLocationAccessSeeAllFragmentPairs() {
assertThat(CustomSiteMapRegistry.CUSTOM_SITE_MAP.get(
RecentLocationAccessSeeAllFragment.class.getName())).isEqualTo(
LocationSettings.class.getName());