diff options
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()?; |