This commit is contained in:
daa 2017-11-05 13:06:12 +03:00
parent 5345d178bf
commit bb984c8223
1 changed files with 1 additions and 1 deletions

View File

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