Skip to content

Commit

Permalink
rename test method
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienWehrle committed Dec 4, 2024
1 parent c6be13c commit 9fbafd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_earthspy.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def test_sentinelhub_request(self) -> None:
# # check that a Sentinel Hub request was created
assert isinstance(sr2, shb.SentinelHubRequest)

def test_geojson(self) -> None:
def test_geojson_files(self) -> None:
"""Test fields of GEOJSON files"""

# list all geojson files available in earthspy
Expand Down

0 comments on commit 9fbafd4

Please sign in to comment.