This commit is contained in:
daa 2017-11-05 21:13:31 +03:00
parent eb70ce8d71
commit 9c997a5165
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ mod tests {
fn test_extract_name() {
assert_eq!(
Some("plugin_name".to_owned()),
Builder::extract_name("http://github.com/somebody/plugin_name.git")
extract_name("http://github.com/somebody/plugin_name.git")
);
}
}