test(acp): keep edit routing coverage inert

Import the edit kind only for explicit setup routing coverage; default subscriptions remain unchanged in this foundation slice.

Signed-off-by: Larry <8cf5a83f590ec0955b11647d1c88f796a98e088c30a492c58e0e46c3026ae7a4@buzz.block.builderlab.xyz>
This commit is contained in:
Larry
2026-08-17 10:07:56 -04:00
parent ee7017076c
commit afaff4c2fe
+1 -1
View File
@@ -1065,7 +1065,7 @@ mod tests {
fn setup_edit(target: &str) -> nostr::Event {
let keys = nostr::Keys::generate();
nostr::EventBuilder::new(
nostr::Kind::Custom(KIND_STREAM_MESSAGE_EDIT as u16),
nostr::Kind::Custom(buzz_core::kind::KIND_STREAM_MESSAGE_EDIT as u16),
"edited",
)
.tags([nostr::Tag::parse(["e", target]).unwrap()])