summaryrefslogtreecommitdiff
path: root/tests/test_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_utils.py')
-rw-r--r--tests/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py
index b3cfe70..b77d74b 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -93,7 +93,7 @@ def test_filename_formatting():
# filesystem encoding on windows permits this.
if not WIN:
- assert click.format_filename(b"/x/foo\xff.txt", shorten=True) == "foo\ufffd.txt"
+ assert click.format_filename(b"/x/foo\xff.txt", shorten=True) == "foo\udcff.txt"
def test_prompts(runner):