diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2023-11-01 00:00:00 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2023-11-01 00:00:00 +0000 |
| commit | 57321aa9136293b24757a6695a5c92087af539ab (patch) | |
| tree | 2867d02430e346b13f7abcbb1022113d4fac31fa /tests/claim.rs | |
| parent | 82f1ba360b60c8339c7caea0dec7903ee5e764cd (diff) | |
feat(prs-create) send to repo relays
fetch repository reference events to identify repository relays
send pr events to repository relays alongside user relays
Diffstat (limited to 'tests/claim.rs')
| -rw-r--r-- | tests/claim.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/claim.rs b/tests/claim.rs index 914b12e..61be68b 100644 --- a/tests/claim.rs +++ b/tests/claim.rs | |||
| @@ -17,8 +17,6 @@ mod sends_repoistory_to_relays { | |||
| 17 | 17 | ||
| 18 | use super::*; | 18 | use super::*; |
| 19 | 19 | ||
| 20 | static REPOSITORY_KIND: u64 = 30017; | ||
| 21 | |||
| 22 | fn prep_git_repo() -> Result<GitTestRepo> { | 20 | fn prep_git_repo() -> Result<GitTestRepo> { |
| 23 | let test_repo = GitTestRepo::default(); | 21 | let test_repo = GitTestRepo::default(); |
| 24 | test_repo.populate()?; | 22 | test_repo.populate()?; |