diff --git a/ground/src/test/java/com/google/android/ground/ui/home/HomeScreenFragmentTest.kt b/ground/src/test/java/com/google/android/ground/ui/home/HomeScreenFragmentTest.kt index a666429177..b38436e98d 100644 --- a/ground/src/test/java/com/google/android/ground/ui/home/HomeScreenFragmentTest.kt +++ b/ground/src/test/java/com/google/android/ground/ui/home/HomeScreenFragmentTest.kt @@ -194,7 +194,7 @@ class NavigationDrawerItemClickTest( "Clicking 'change survey' should navigate to fragment" ), arrayOf( - "Sync Status", + "Sync status", TEST_SURVEY_WITHOUT_OFFLINE_TILES, HomeScreenFragmentDirections.showSyncStatus(), true,