Skip to content

Commit 14cfc60

Browse files
formatting
1 parent 93c2b75 commit 14cfc60

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

openeo-geotrellis/src/test/scala/org/openeo/geotrellis/layers/FileLayerProviderTest.scala

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,15 +1147,12 @@ class FileLayerProviderTest extends RasterMatchers{
11471147
val reprojected = projected_polygons_native_crs.polygons.head.reproject(projected_polygons_native_crs.crs, utmCrs)
11481148
val poly2 = ProjectedPolygons(Array(reprojected), utmCrs)
11491149

1150-
val jsonPath = "/org/openeo/geotrellis/testMissingS2DateLine.json"
1151-
1152-
1153-
val bandNames = java.util.Arrays.asList("IMG_DATA_Band_SCL_20m_Tile1_Data")
1154-
11551150
val layer = LayerFixtures.sentinel2Cube(
1156-
LocalDate.of(2024, 4, 2), poly2, jsonPath,
1151+
LocalDate.of(2024, 4, 2),
1152+
poly2,
1153+
"/org/openeo/geotrellis/testMissingS2DateLine.json",
11571154
new DataCubeParameters,
1158-
bandNames,
1155+
java.util.Arrays.asList("IMG_DATA_Band_SCL_20m_Tile1_Data"),
11591156
)
11601157

11611158
val layer_collected = layer.collect()

0 commit comments

Comments
 (0)