chore (backend-rs, test): use array instead of vector
This commit is contained in:
parent
a2d2e9a6e1
commit
8c56a3256b
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ mod unit_test {
|
|||
|
||||
#[test]
|
||||
fn word_mute_match() {
|
||||
let texts = vec![
|
||||
let texts = [
|
||||
"The quick brown fox jumps over the lazy dog.".to_string(),
|
||||
"色は匂へど 散りぬるを 我が世誰ぞ 常ならむ".to_string(),
|
||||
"😇".to_string(),
|
||||
|
|
Loading…
Reference in a new issue