From ab1214060a7a2d55068a7ccc9c7f6a04fd7d5aa2 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 19 Jul 2024 20:38:00 +0100 Subject: feat: intergrate `fetch` into `send` reworking the tests and test suite as appropriate --- tests/init.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/init.rs') 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 { use super::*; fn prep_git_repo() -> Result { - let test_repo = GitTestRepo::default(); + let test_repo = GitTestRepo::without_repo_in_git_config(); test_repo.populate()?; test_repo.add_remote("origin", "https://localhost:1000")?; Ok(test_repo) -- cgit v1.2.3