Skip to content

Commit 7e7a662

Browse files
committed
words
1 parent f5c97f5 commit 7e7a662

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/textual/notifications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Notification:
4040
"""The timeout (in seconds) for the notification."""
4141

4242
markup: bool = False
43-
"""Render the notification message as console Markup?"""
43+
"""Render the notification message as Textual Markup?"""
4444

4545
raised_at: float = field(default_factory=time)
4646
"""The time when the notification was raised (in Unix time)."""

tests/snapshot_tests/test_snapshots.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3276,11 +3276,11 @@ async def run_before(pilot: Pilot) -> None:
32763276
)
32773277

32783278

3279-
# # TODO: Is this fixable?
3280-
# @pytest.mark.xfail(
3281-
# reason="This doesn't work as described, because of the height auto in Collapsible.Contents. "
3282-
# "I suspect it isn't broken per se, it's just that the intuitive interpretation is not correct."
3283-
# )
3279+
# TODO: Is this fixable?
3280+
@pytest.mark.xfail(
3281+
reason="This doesn't work as described, because of the height auto in Collapsible.Contents. "
3282+
"I suspect it isn't broken per se, it's just that the intuitive interpretation is not correct."
3283+
)
32843284
def test_collapsible_datatable(snap_compare):
32853285
"""Regression test for https://github.com/Textualize/textual/issues/5407
32863286

0 commit comments

Comments
 (0)