Index: applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/io/download/MapillarySequenceDownloadThreadTest.java
===================================================================
--- applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/io/download/MapillarySequenceDownloadThreadTest.java	(revision 32053)
+++ applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/io/download/MapillarySequenceDownloadThreadTest.java	(revision 32064)
@@ -40,5 +40,5 @@
     ExecutorService ex = Executors.newSingleThreadExecutor();
     Bounds bounds = new Bounds(minLatLon, maxLatLon);
-    MapillaryLayer.getInstance().getData().bounds.add(new Bounds(minLatLon,
+    MapillaryLayer.getInstance().getData().getBounds().add(new Bounds(minLatLon,
         maxLatLon));
 
