Skip to content

Commit 92c6479

Browse files
committed
comply with github_adv_sec
1 parent 239bfb2 commit 92c6479

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_earthspy.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ def test_get_raster_compression(t3, t4) -> None:
294294
"""Test raster compression"""
295295
# check default raster compression
296296
comp_def = t3.raster_compression
297-
assert comp_def == None
298-
297+
assert comp_def is None
298+
299299
# check raster compression sith mode specified
300300
comp_cust = t4.raster_compression
301-
assert comp_cust == "LZW"
301+
assert comp_cust == "LZW"

0 commit comments

Comments
 (0)