EthStore: add a Chinese path to tests in ethstore
This commit is contained in:
parent
4eff7abf3b
commit
c1e5c36f7e
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user