Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
8me committed Apr 29, 2024
1 parent 7f6573c commit aa6a077
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ def test_simple(mock_matplotlib):
approx([]),
approx([]),
yerr=1,
xerr=1,
xerr=None,
linestyle='-',
color=ax.stairs().get_edgecolor(),
label="X",
)
Expand Down

0 comments on commit aa6a077

Please sign in to comment.