Skip to content

Commit

Permalink
Corrected message
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Sep 10, 2020
1 parent 7e06a91 commit 0529754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_imagefont.py
Expand Up @@ -116,7 +116,7 @@ def test_non_unicode_path(self, tmp_path):
try:
shutil.copy(FONT_PATH, tempfile)
except UnicodeEncodeError:
pytest.skip("Unicode path could not be created")
pytest.skip("Non-Unicode path could not be created")

ImageFont.truetype(tempfile, FONT_SIZE)

Expand Down

0 comments on commit 0529754

Please sign in to comment.