mirror of
https://github.com/flibusta-apps/library_updater.git
synced 2025-12-06 15:45:36 +01:00
Fix
This commit is contained in:
@@ -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 = " ";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user