Skip to content

Commit

Permalink
update test based on changes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
HaleySchuhl committed May 16, 2024
1 parent 7c86118 commit b3ae7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_annotate_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def test_points_view_warn(test_data):
e1.xdata, e1.ydata = point1
drawer_rgb.onclick(e1)
drawer_rgb.view(label="new", color='r')
assert str(drawer_rgb.fig) == "Figure(1200x600)"
assert str(drawer_rgb.fig) == "Figure(500x500)"


def test_plantcv_annotate_points_correct_mask(test_data):
Expand Down

0 comments on commit b3ae7f7

Please sign in to comment.