Skip to content

Commit fccaa12

Browse files
hugovksunmy2019
andauthored
Update test
Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>
1 parent 028ca36 commit fccaa12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_pprint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def test_color_pprint(self):
190190
# that do not support color
191191
stream = io.StringIO()
192192
with unittest.mock.patch.dict(
193-
"os.environ", {"FORCE_COLOR": "", "NO_COLOR": "1"}
193+
"os.environ", {"FORCE_COLOR": "", "NO_COLOR": ""}
194194
):
195195
pprint.pprint(obj, stream=stream, color=True)
196196
result = stream.getvalue()

0 commit comments

Comments
 (0)