Fix test
This commit is contained in:
parent
eb70ce8d71
commit
9c997a5165
@ -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")
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user