Skip to content

Commit dad3e77

Browse files
author
victor
committed
Improve test readability.
1 parent 3a1c153 commit dad3e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/logging/test_reporting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ def test_log_file():
861861
with open(log_file, encoding="utf-8") as rfh:
862862
contents = rfh.read()
863863
assert "Normal message" in contents
864-
assert six.unichr(0x251c) in contents
864+
assert u"├" in contents
865865
assert "Another normal message" in contents
866866

867867

0 commit comments

Comments
 (0)