mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix: align status bar skin tests with upstream main
Drop rebased test assumptions about theme-mode helpers removed on main and keep the status bar skin integration aligned with the current skin engine model.
This commit is contained in:
parent
c323217188
commit
81a504a4a0
3 changed files with 1 additions and 172 deletions
|
|
@ -59,9 +59,6 @@ class TestCliSkinPromptIntegration:
|
|||
def test_build_tui_style_dict_uses_skin_overrides(self):
|
||||
cli = _make_cli_stub()
|
||||
|
||||
from hermes_cli.skin_engine import set_theme_mode
|
||||
|
||||
set_theme_mode("dark")
|
||||
set_active_skin("ares")
|
||||
skin = get_active_skin()
|
||||
style_dict = cli._build_tui_style_dict()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue