Skip to content

Commit 4c91cd8

Browse files
committed
DAS-2437 Update unit test error
1 parent dbe7731 commit 4c91cd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/test_projection_utilities.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,8 +614,8 @@ def test_get_filtered_points(self):
614614
bounding_box_south_of_granule = [
615615
(-120.0, -88.0),
616616
(120.0, -88.0),
617-
(120.0, 85.0),
618-
(-120.0, 85.0),
617+
(120.0, -85.0),
618+
(-120.0, -85.0),
619619
(-120.0, -88.0),
620620
]
621621

0 commit comments

Comments
 (0)