From 9844d898da50946f82fcd5aba7c3613bd17a9897 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 22 Aug 2024 13:33:55 +0100 Subject: [PATCH] Update tests/snapshot_tests/test_snapshots.py Co-authored-by: Darren Burns --- tests/snapshot_tests/test_snapshots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/snapshot_tests/test_snapshots.py b/tests/snapshot_tests/test_snapshots.py index 17df6cb12f..87e3811bcd 100644 --- a/tests/snapshot_tests/test_snapshots.py +++ b/tests/snapshot_tests/test_snapshots.py @@ -1451,7 +1451,7 @@ def test_split(snap_compare): def test_system_commands(snap_compare): - """Test help panel.""" + """The system commands should appear in the command palette.""" class SimpleApp(App): def compose(self) -> ComposeResult: