Skip to content

Commit dc09ebd

Browse files
committed
test fix
1 parent 5d333f8 commit dc09ebd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/test_dry_run.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2101,11 +2101,11 @@ def test_complex_diamond_and_buffering(dry_run_env,dry_run_tracer):
21012101
loadparams = _extract_load_parameters(dry_run_env, source_id_bands)
21022102

21032103
print(loadparams)
2104-
expected_extent = {'crs': 'EPSG:32630',
2105-
'east': 705480,
2106-
'north': 5195560,
2107-
'south': 5116360,
2108-
'west': 604420}
2104+
expected_extent = {'crs': 'EPSG:32631',
2105+
'east': 704520,
2106+
'north': 5194000,
2107+
'south': 5164900,
2108+
'west': 692080}
21092109
assert(loadparams.global_extent == expected_extent)
21102110
assert loadparams.bands == ['B01', 'B02', 'B03', 'B04', 'B05', 'B06', 'B07', 'B08', 'B8A', 'B09', 'B11', 'B12', 'SCL']
21112111
assert loadparams.pixel_buffer == None

0 commit comments

Comments
 (0)