Rename test
This commit is contained in:
parent
8eaead5f52
commit
2c8bc035ee
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ mod test {
|
||||||
module_entry_path_mod!("test");
|
module_entry_path_mod!("test");
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn correct_path() {
|
fn test_correct_path() {
|
||||||
let p = module_path::ModuleEntryPath::new("test");
|
let p = module_path::ModuleEntryPath::new("test");
|
||||||
|
|
||||||
assert_eq!(p.into_storeid().unwrap().to_str().unwrap(), "test/test");
|
assert_eq!(p.into_storeid().unwrap().to_str().unwrap(), "test/test");
|
||||||
|
|
Loading…
Reference in a new issue