Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Antsalacia committed Dec 16, 2024
1 parent 92c6479 commit 0ebfcc6
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 @@ -296,6 +296,6 @@ def test_get_raster_compression(t3, t4) -> None:
comp_def = t3.raster_compression
assert comp_def is None

# check raster compression sith mode specified
# check raster compression with mode specified
comp_cust = t4.raster_compression
assert comp_cust == "LZW"

0 comments on commit 0ebfcc6

Please sign in to comment.