diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-19 20:38:00 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-19 20:38:00 +0100 |
| commit | ab1214060a7a2d55068a7ccc9c7f6a04fd7d5aa2 (patch) | |
| tree | e561bcc093d393c2d7056a6d6c5f52e886eead27 /tests/init.rs | |
| parent | 2e54dd09a1a3b42903eee00adf4472d8b679dcb1 (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.rs | 2 |
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) |