From 48bb73000b939a2968e48e7832650df65d7add19 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 22 Jan 2024 00:00:00 +0000 Subject: test: add maintainers to test repo event this doesnt effect the current tests but is more realistic --- test_utils/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test_utils') diff --git a/test_utils/src/lib.rs b/test_utils/src/lib.rs index fa80f1f..1aab78a 100644 --- a/test_utils/src/lib.rs +++ b/test_utils/src/lib.rs @@ -137,6 +137,8 @@ pub fn generate_repo_ref_event() -> nostr::Event { Tag::Description("example description".to_string()), Tag::Relay("ws://localhost:8055".into()), Tag::Relay("ws://localhost:8056".into()), + Tag::PubKey(TEST_KEY_1_KEYS.public_key(), None), + Tag::PubKey(TEST_KEY_2_KEYS.public_key(), None), ], ) .to_event(&TEST_KEY_1_KEYS) -- cgit v1.2.3