Skip to content

Commit

Permalink
adding a test case in SettingsSearchParameterizedTest
Browse files Browse the repository at this point in the history
  • Loading branch information
KnollFrank committed Dec 16, 2024
1 parent f856347 commit 4d791c2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ public static Iterable<Object[]> data() {
{"FuelTankCapacityBottomSheet_description", R.string.fuel_tank_capacity_description},
{"RecalculateRouteInDeviationBottomSheet_title", R.string.recalculate_route_in_deviation},
{"RecalculateRouteInDeviationBottomSheet_description", R.string.select_distance_route_will_recalc},
{"RecalculateRouteInDeviationBottomSheet_longDescription", R.string.recalculate_route_distance_promo}
{"RecalculateRouteInDeviationBottomSheet_longDescription", R.string.recalculate_route_distance_promo},
{"ScreenTimeoutBottomSheet_description", R.string.system_screen_timeout_descr}
});
}

Expand Down

0 comments on commit 4d791c2

Please sign in to comment.