aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/tests
diff options
context:
space:
mode:
authorChristophe Besson <cbesson@gmail.com>2026-09-15 00:30:47 +0200
committerChristophe Besson <cbesson@gmail.com>2026-09-15 02:21:01 +0200
commit027e7d55f3bb57ba5150fd77e8f0114a0baf8d5c (patch)
tree0c6630df8ad7cfaa18e40e0a09c3d983368c3353 /packages/meshbay-hub/tests
parente12570f9d1aa2645e6bb223b1417fa0e81957b65 (diff)
downloadmeshbay-027e7d55f3bb57ba5150fd77e8f0114a0baf8d5c.tar.gz
fix(ui): Search says nothing about groups it leaves out
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XuNrwLf5EFWCMHzfoEvnpm
Diffstat (limited to 'packages/meshbay-hub/tests')
-rw-r--r--packages/meshbay-hub/tests/test_search_unlisted.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/meshbay-hub/tests/test_search_unlisted.py b/packages/meshbay-hub/tests/test_search_unlisted.py
index 4ffec32..67eb3e6 100644
--- a/packages/meshbay-hub/tests/test_search_unlisted.py
+++ b/packages/meshbay-hub/tests/test_search_unlisted.py
@@ -48,7 +48,6 @@ def test_an_unlisted_group_is_neither_indexed_nor_cached_nor_unreachable():
body = _function(SEARCH_PAGE.read_text(encoding="utf-8"), "fetchAllIndexes")
branch = body[body.index("result.unlisted"):]
branch = branch[:branch.index("} else if (result)")]
- assert "unlisted.push" in branch
for forbidden in ("results.set", "cacheGroupIndex", "unreachable.push"):
assert forbidden not in branch, (
f"an unlisted group reaches `{forbidden}` — it would be shown, "