mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
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:
@@ -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()])
|
||||
|
||||
Reference in New Issue
Block a user