simpler fix

This commit is contained in:
Will McGugan
2025-09-28 17:25:31 +01:00
parent f7de26ab4e
commit 5e610153b0
4 changed files with 11 additions and 32 deletions

View File

@@ -4629,7 +4629,10 @@ def test_header_format(snap_compare):
def test_progress_bar_width_1fr(snap_compare):
"""Regression test for https://github.com/Textualize/textual/issues/6127"""
"""Regression test for https://github.com/Textualize/textual/issues/6127
You should see a progress bar, and it shouldn't crash.
"""
class WideBarApp(App[None]):