Fix test: StoreId does not start with "/" anymore
This commit is contained in:
parent
a3a09ff4ee
commit
6d7065d10e
1 changed files with 1 additions and 2 deletions
|
@ -99,8 +99,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().to_str().unwrap(), "test/test~0.2.0-alpha+leet1337");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue