Gave the test a better name.

This commit is contained in:
The Wobbler 2025-03-15 18:52:15 +01:00
parent 8ae272ac18
commit 777efee8fd

View file

@ -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}"