EthStore: add a Chinese path to tests in ethstore

This commit is contained in:
Guanqun Lu 2017-06-11 22:41:37 +08:00
parent 4eff7abf3b
commit c1e5c36f7e
1 changed files with 1 additions and 0 deletions

View File

@ -296,6 +296,7 @@ mod test {
assert!(check_vault_name("vault_with_underscores"));
assert!(check_vault_name("vault-with-dashes"));
assert!(check_vault_name("vault-with-digits-123"));
assert!(check_vault_name("vault中文名字"));
}
#[test]