diff options
| -rw-r--r-- | src/repo_ref.rs | 2 | ||||
| -rw-r--r-- | test_utils/src/lib.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/repo_ref.rs b/src/repo_ref.rs index a5b35c9..d12c681 100644 --- a/src/repo_ref.rs +++ b/src/repo_ref.rs | |||
| @@ -68,7 +68,7 @@ impl TryFrom<nostr::Event> for RepoRef { | |||
| 68 | Ok(r) | 68 | Ok(r) |
| 69 | } | 69 | } |
| 70 | } | 70 | } |
| 71 | static REPO_REF_KIND: u64 = 300_317; | 71 | static REPO_REF_KIND: u64 = 30_317; |
| 72 | 72 | ||
| 73 | impl RepoRef { | 73 | impl RepoRef { |
| 74 | pub fn to_event(&self, keys: &nostr::Keys) -> Result<nostr::Event> { | 74 | pub fn to_event(&self, keys: &nostr::Keys) -> Result<nostr::Event> { |
diff --git a/test_utils/src/lib.rs b/test_utils/src/lib.rs index 1aab78a..d119bd7 100644 --- a/test_utils/src/lib.rs +++ b/test_utils/src/lib.rs | |||
| @@ -13,7 +13,7 @@ pub mod relay; | |||
| 13 | 13 | ||
| 14 | pub static PR_KIND: u64 = 318; | 14 | pub static PR_KIND: u64 = 318; |
| 15 | pub static PATCH_KIND: u64 = 317; | 15 | pub static PATCH_KIND: u64 = 317; |
| 16 | pub static REPOSITORY_KIND: u64 = 300317; | 16 | pub static REPOSITORY_KIND: u64 = 30317; |
| 17 | 17 | ||
| 18 | pub static TEST_KEY_1_NSEC: &str = | 18 | pub static TEST_KEY_1_NSEC: &str = |
| 19 | "nsec1ppsg5sm2aexq06juxmu9evtutr6jkwkhp98exxxvwamhru9lyx9s3rwseq"; | 19 | "nsec1ppsg5sm2aexq06juxmu9evtutr6jkwkhp98exxxvwamhru9lyx9s3rwseq"; |