mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-07-28 09:19:21 +00:00
Adds TestResolveWithContext_ExcludesNonRelayObservers_Issue1290 covering: - repeat:off pubkey → not a candidate - repeat:on pubkey → still a candidate (regression guard) - legacy obs / no field → still a candidate (back-compat) Stub prefixMap.markNonRelay added so the test compiles and runs to its assertion. Filtering inside resolveWithContext is not yet wired, so case-1 fails on assertion (case repeat:off — expected nil, got "ListenerOnly"). Green commit will plumb the filter through pm.m construction.