Skip to content

Commit 5bc1788

Browse files
committed
alter tox test for pandas update
1 parent 3d3ca56 commit 5bc1788

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_tox_lazy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_xarray2(self):
2626

2727
ds = nc.open_data("data/woa18_decav_t01_01.nc", checks = False)
2828
x = ds.to_xarray().time.values[0]
29-
assert str(x) == '1986-01-16T12:00:00.000000000'
29+
assert str(x) == '1986-01-16T12:00:00.000000'
3030

3131

3232
def test_xarray3(self):

0 commit comments

Comments
 (0)