upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/init.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-07-19 20:38:00 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-07-19 20:38:00 +0100
commitab1214060a7a2d55068a7ccc9c7f6a04fd7d5aa2 (patch)
treee561bcc093d393c2d7056a6d6c5f52e886eead27 /tests/init.rs
parent2e54dd09a1a3b42903eee00adf4472d8b679dcb1 (diff)
feat: intergrate `fetch` into `send`
reworking the tests and test suite as appropriate
Diffstat (limited to 'tests/init.rs')
-rw-r--r--tests/init.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.rs b/tests/init.rs
index 5209898..7e2e080 100644
--- a/tests/init.rs
+++ b/tests/init.rs
@@ -57,7 +57,7 @@ mod when_repo_not_previously_claimed {
57 use super::*; 57 use super::*;
58 58
59 fn prep_git_repo() -> Result<GitTestRepo> { 59 fn prep_git_repo() -> Result<GitTestRepo> {
60 let test_repo = GitTestRepo::default(); 60 let test_repo = GitTestRepo::without_repo_in_git_config();
61 test_repo.populate()?; 61 test_repo.populate()?;
62 test_repo.add_remote("origin", "https://localhost:1000")?; 62 test_repo.add_remote("origin", "https://localhost:1000")?;
63 Ok(test_repo) 63 Ok(test_repo)