From acce80a50a34f0ade932ebf65b758fae08c15896 Mon Sep 17 00:00:00 2001 From: dobby-d-elf Date: Fri, 15 May 2026 09:01:18 -0600 Subject: [PATCH] fix workspace panel header test syntax --- tests/test_workspace_panel_session_list.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_workspace_panel_session_list.py b/tests/test_workspace_panel_session_list.py index 88ddbf76..c5ddcac9 100644 --- a/tests/test_workspace_panel_session_list.py +++ b/tests/test_workspace_panel_session_list.py @@ -107,7 +107,6 @@ class TestWorkspacePanelCollapsePriority: def test_workspace_label_shrinks_with_ellipsis(self): """The "Workspace" label must shrink with ellipsis truncation.""" - shrink with ellipsis truncation rather than overflow uncontrollably.""" # Find the rule sel = ".workspace-panel-title-group > span:first-child" idx = STYLE_CSS.find(sel) @@ -115,7 +114,6 @@ class TestWorkspacePanelCollapsePriority: rule = STYLE_CSS[idx: STYLE_CSS.find("}", idx)] assert "text-overflow:ellipsis" in rule assert "min-width:0" in rule - assert "min-width:0" in rule def test_git_badge_uses_second_row(self): """`.git-badge` should sit beneath the title/action row."""