diff options
Diffstat (limited to 'src/command/version.rs')
| -rw-r--r-- | src/command/version.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/version.rs b/src/command/version.rs index 53328e6..12f2a85 100644 --- a/src/command/version.rs +++ b/src/command/version.rs @@ -44,7 +44,7 @@ mod tests { fn test_version_command() { let version = Version::new(); - let configuration = Configuration::new(); + let configuration = Configuration::new().unwrap(); version .execute(None, &configuration, "") .expect("Could not call version"); |