From 052ec83b7aa25160a5ae8b70d3b765d7f32ae6bf Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 9 May 2023 09:44:30 +0100 Subject: [PATCH] Make the test as small as possible --- tests/test_resolve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_resolve.py b/tests/test_resolve.py index e6799d20c..a0fde4cd4 100644 --- a/tests/test_resolve.py +++ b/tests/test_resolve.py @@ -134,7 +134,7 @@ def test_resolve_issue_2502(): for widget in widgets_fr: widget.styles.width = "1fr" - widget.styles.min_width = 3 + widget.styles.min_width = 1 for widget in widgets_min_width: widget.styles.width = 0