diff --git a/app/src/androidTest/java/fr/free/nrw/commons/NearbyControllerTest.java b/app/src/androidTest/java/fr/free/nrw/commons/NearbyControllerTest.java index 585b5709f..1eb73b3d1 100644 --- a/app/src/androidTest/java/fr/free/nrw/commons/NearbyControllerTest.java +++ b/app/src/androidTest/java/fr/free/nrw/commons/NearbyControllerTest.java @@ -32,11 +32,11 @@ public class NearbyControllerTest { LatLng location = new LatLng(0, 0); List options = - NearbyController.loadAttractionsFromLocationToBaseMarkerOptions( - location, - null, - instrumentationContext - ); + NearbyController.loadAttractionsFromLocationToBaseMarkerOptions( + location, + null, + instrumentationContext + ); Assert.assertThat(options.size(), is(0)); }