Skip to content

Commit

Permalink
Use BBOX for test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrowe authored Sep 5, 2024
1 parent 4867cfa commit f4745b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_high_land_surface_temperature():


def test_impervious_surface():
data = ImperviousSurface().get_data(BBOX_BRAZIL_LAURO_DE_FREITAS_1)
data = ImperviousSurface().get_data(BBOX)
assert data.any()


Expand Down

0 comments on commit f4745b8

Please sign in to comment.