Rename test

This commit is contained in:
Matthias Beyer 2017-05-02 10:44:26 +02:00
parent 8eaead5f52
commit 2c8bc035ee
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ mod test {
module_entry_path_mod!("test");
#[test]
fn correct_path() {
fn test_correct_path() {
let p = module_path::ModuleEntryPath::new("test");
assert_eq!(p.into_storeid().unwrap().to_str().unwrap(), "test/test");