mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Make the test as small as possible
This commit is contained in:
@@ -134,7 +134,7 @@ def test_resolve_issue_2502():
|
|||||||
|
|
||||||
for widget in widgets_fr:
|
for widget in widgets_fr:
|
||||||
widget.styles.width = "1fr"
|
widget.styles.width = "1fr"
|
||||||
widget.styles.min_width = 3
|
widget.styles.min_width = 1
|
||||||
|
|
||||||
for widget in widgets_min_width:
|
for widget in widgets_min_width:
|
||||||
widget.styles.width = 0
|
widget.styles.width = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user