We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5574fa8 commit bc61f8dCopy full SHA for bc61f8d
app/src/androidTest/java/fr/free/nrw/commons/NearbyControllerTest.java
@@ -32,11 +32,11 @@ public void setup() {
32
LatLng location = new LatLng(0, 0);
33
34
List<NearbyBaseMarker> options =
35
- NearbyController.loadAttractionsFromLocationToBaseMarkerOptions(
36
- location,
37
- null,
38
- instrumentationContext
39
- );
+ NearbyController.loadAttractionsFromLocationToBaseMarkerOptions(
+ location,
+ null,
+ instrumentationContext
+ );
40
41
Assert.assertThat(options.size(), is(0));
42
}
0 commit comments