Fixup StoreId test

This commit is contained in:
Matthias Beyer 2016-08-25 18:01:12 +02:00
parent fd1a96fa74
commit d538a5b380

View file

@ -227,7 +227,7 @@ mod test {
fn correct_path() {
let p = module_path::ModuleEntryPath::new("test");
assert_eq!(p.into_storeid().to_str().unwrap(), "test/test~0.2.0-alpha+leet1337");
assert_eq!(p.into_storeid().unwrap().to_str().unwrap(), "test/test~0.2.0-alpha+leet1337");
}
}