mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-20 15:33:54 +00:00
fix(memory): separate setup option descriptions
This commit is contained in:
parent
94523764fc
commit
a893d77d8d
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ def test_curses_select_cancel_defaults_to_selected(monkeypatch):
|
|||
assert result == 1
|
||||
assert captured == {
|
||||
"title": "Pick one",
|
||||
"items": ["first desc", "second"],
|
||||
"items": ["first - desc", "second"],
|
||||
"selected": 1,
|
||||
"cancel_returns": 1,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue