This commit is contained in:
2023-09-14 21:48:36 +02:00
parent bb968501fc
commit fef1a61c83
3 changed files with 44 additions and 62 deletions

View File

@@ -47,7 +47,7 @@ mod tests {
use crate::utils::fix_annotation_text;
#[test]
fn test_fix_annnotation_text_remove_extra_spaces() {
fn test_fix_annotation_text_remove_extra_spaces() {
let input = " ";
let expected_result = " ";