Gave the test a better name.
This commit is contained in:
parent
8ae272ac18
commit
777efee8fd
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue