chore (backend-rs, test): use array instead of vector

This commit is contained in:
naskya 2024-06-10 21:12:19 +09:00
parent a2d2e9a6e1
commit 8c56a3256b
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -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(),