mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-25 03:00:23 +00:00
fix: update test assertion to match corrected Unicode codepoint (\u2442)
This commit is contained in:
@@ -225,7 +225,7 @@ def test_sidebar_parent_indicator():
|
||||
"sessions.js should check parent_session_id"
|
||||
assert 'session-branch-indicator' in src, \
|
||||
"Should have session-branch-indicator class"
|
||||
assert '\\u2482' in src, \
|
||||
assert '\\u2442' in src, \
|
||||
"Should use ⑂ character for parent indicator"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user