Skip to content

Commit 87f1963

Browse files
committed
Fix test
1 parent 8912d51 commit 87f1963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/tests/test_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ def test_step_with_where(self, where):
798798

799799
def test_step_with_hue(self):
800800
hdl = self.darray[0].plot.step(hue="dim_2")
801-
assert hdl[0].get_drawstyle() == "steps"
801+
assert hdl[0].get_drawstyle() == "steps-pre"
802802

803803
@pytest.mark.parametrize("where", ["pre", "post", "mid"])
804804
def test_step_with_hue_and_where(self, where):

0 commit comments

Comments
 (0)