mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Code style
This commit is contained in:
parent
5574fa8b7c
commit
bc61f8d2ec
1 changed files with 5 additions and 5 deletions
|
|
@ -32,11 +32,11 @@ public class NearbyControllerTest {
|
||||||
LatLng location = new LatLng(0, 0);
|
LatLng location = new LatLng(0, 0);
|
||||||
|
|
||||||
List<NearbyBaseMarker> options =
|
List<NearbyBaseMarker> options =
|
||||||
NearbyController.loadAttractionsFromLocationToBaseMarkerOptions(
|
NearbyController.loadAttractionsFromLocationToBaseMarkerOptions(
|
||||||
location,
|
location,
|
||||||
null,
|
null,
|
||||||
instrumentationContext
|
instrumentationContext
|
||||||
);
|
);
|
||||||
|
|
||||||
Assert.assertThat(options.size(), is(0));
|
Assert.assertThat(options.size(), is(0));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue