diff --git a/tests/formats/test_id3.py b/tests/formats/test_id3.py index eca0e33..11f73de 100644 --- a/tests/formats/test_id3.py +++ b/tests/formats/test_id3.py @@ -9,7 +9,7 @@ from smalltag import SmallTag chars = "acdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789- _" -def test_writing_text_frames(): +def test_written_gets_recognized(): for char1 in chars: for char2 in chars: field_content = f"{char1}{char2}Test{char2}{char1}"