Update test after last commit

This commit is contained in:
EvilDeaaaadd 2019-12-30 02:46:08 +02:00
parent ec0e7c5462
commit 766429796f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ mod tests {
}
#[test]
fn all_match_owo() {
let text = String::from("r l R L na Na NA ove !!");
let text = String::from("r l R L th na Na NA ove !!");
println!("\t{}", text.owoify());
}
}