Fixup StoreId test
This commit is contained in:
parent
fd1a96fa74
commit
d538a5b380
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue