From 777efee8fd12b246b386ab885cd5536546e136e3 Mon Sep 17 00:00:00 2001 From: The Wobbler Date: Sat, 15 Mar 2025 18:52:15 +0100 Subject: [PATCH] Gave the test a better name. --- tests/formats/test_id3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"