diff --git a/tests/test_earthspy.py b/tests/test_earthspy.py index fe98887..33254c3 100644 --- a/tests/test_earthspy.py +++ b/tests/test_earthspy.py @@ -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"