Skip to content

Commit 6598b3a

Browse files
fixed bug in test
1 parent 8cc942e commit 6598b3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xarray/tests/test_coding_times.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2240,7 +2240,7 @@ def test_on_error_raises():
22402240
array,
22412241
attrs={"units": "ms since 00:00:00"})
22422242

2243-
default is "raise"
2243+
# default is "raise"
22442244
coder = CFDatetimeCoder()
22452245

22462246
with pytest.raises(ValueError):

0 commit comments

Comments
 (0)