Skip to content

Commit f0074bf

Browse files
committed
updated kwarg in test
1 parent 0fcdfe6 commit f0074bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/tests/test_units.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3473,7 +3473,7 @@ def test_stacking_reordering(self, func, dtype):
34733473
(
34743474
method("diff", dim="x"),
34753475
method("differentiate", coord="x"),
3476-
method("integrate", dim="x"),
3476+
method("integrate", coord="x"),
34773477
pytest.param(
34783478
method("quantile", q=[0.25, 0.75]),
34793479
marks=pytest.mark.xfail(reason="nanquantile not implemented"),

0 commit comments

Comments
 (0)