upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/test_utils
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-02-13 16:25:19 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-02-13 16:25:19 +0000
commit1022344a0529b5f6b50f35d3030a528a1a5c6f91 (patch)
tree7540e49e0fc28d134da9a8643f351578d948ac85 /test_utils
parent2d6800b3aacc3b8ea223fc92ae7db1e2ae868109 (diff)
feat!: nip34 set pr kind to patch kind
this enables consistancy of display with simple clients that are just taking the output of `git format-patch`
Diffstat (limited to 'test_utils')
-rw-r--r--test_utils/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/test_utils/src/lib.rs b/test_utils/src/lib.rs
index 0e34983..089b052 100644
--- a/test_utils/src/lib.rs
+++ b/test_utils/src/lib.rs
@@ -11,7 +11,6 @@ use strip_ansi_escapes::strip_str;
11pub mod git; 11pub mod git;
12pub mod relay; 12pub mod relay;
13 13
14pub static PR_KIND: u64 = 318;
15pub static PATCH_KIND: u64 = 1617; 14pub static PATCH_KIND: u64 = 1617;
16pub static REPOSITORY_KIND: u64 = 30617; 15pub static REPOSITORY_KIND: u64 = 30617;
17 16