Test fix
This commit is contained in:
parent
5345d178bf
commit
bb984c8223
@ -94,7 +94,7 @@ mod tests {
|
|||||||
#[test]
|
#[test]
|
||||||
fn test_extract_name() {
|
fn test_extract_name() {
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
Some("plugin_name"),
|
Some("plugin_name".to_owned()),
|
||||||
Builder::extract_name("http://github.com/somebody/plugin_name.git")
|
Builder::extract_name("http://github.com/somebody/plugin_name.git")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user