refactor(#2077): drop impl-history from broker/dashboard/mcp comments

This commit is contained in:
damocles 2026-06-29 00:18:35 +02:00 committed by mara
commit 72c4bb18c9
3 changed files with 8 additions and 12 deletions

View file

@ -1260,8 +1260,8 @@ mod tests {
}
/// Convenience wrapper for tests that want single-pop semantics
/// — the broker only exposes `recv_batch` publicly now, so
/// every test that used to call `recv` goes through here.
/// — the broker only exposes `recv_batch` publicly, so tests
/// funnel single pops through here.
fn pop_one(broker: &Broker, recipient: &str) -> Option<Delivery> {
let mut batch = broker.recv_batch(recipient, 1).unwrap();
batch.pop()