diff options
Diffstat (limited to 'src/command/remove_remote.rs')
| -rw-r--r-- | src/command/remove_remote.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/remove_remote.rs b/src/command/remove_remote.rs index 0d274d7..910d089 100644 --- a/src/command/remove_remote.rs +++ b/src/command/remove_remote.rs @@ -51,7 +51,7 @@ mod tests { create_test_file(&remote_config, "boop"); assert!(remote_config.exists()); - let mut configuration = Configuration::new(); + let mut configuration = Configuration::new().unwrap(); configuration.remote_config = remote_config.clone(); remove_remote .execute(None, &configuration, "") |