diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-13 16:25:19 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-13 16:25:19 +0000 |
| commit | 1022344a0529b5f6b50f35d3030a528a1a5c6f91 (patch) | |
| tree | 7540e49e0fc28d134da9a8643f351578d948ac85 /test_utils | |
| parent | 2d6800b3aacc3b8ea223fc92ae7db1e2ae868109 (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.rs | 1 |
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; | |||
| 11 | pub mod git; | 11 | pub mod git; |
| 12 | pub mod relay; | 12 | pub mod relay; |
| 13 | 13 | ||
| 14 | pub static PR_KIND: u64 = 318; | ||
| 15 | pub static PATCH_KIND: u64 = 1617; | 14 | pub static PATCH_KIND: u64 = 1617; |
| 16 | pub static REPOSITORY_KIND: u64 = 30617; | 15 | pub static REPOSITORY_KIND: u64 = 30617; |
| 17 | 16 | ||