diff options
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) |