From b3ae7f7e930e9dab5ef1e43eb4bfef451f7ced88 Mon Sep 17 00:00:00 2001 From: HaleySchuhl Date: Thu, 16 May 2024 14:54:51 -0500 Subject: [PATCH] update test based on changes to main --- tests/test_annotate_points.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_annotate_points.py b/tests/test_annotate_points.py index c045f45..eea6adf 100644 --- a/tests/test_annotate_points.py +++ b/tests/test_annotate_points.py @@ -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):