We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ddc74f commit 748ba6dCopy full SHA for 748ba6d
Lib/test/test__colorize.py
@@ -30,7 +30,7 @@ def test_colorized_detection_checks_for_environment_variables(self):
30
contextlib.nullcontext()) as vt_mock):
31
32
isatty_mock.return_value = True
33
- stdout_mock.fileno.return_value = 2
+ stdout_mock.fileno.return_value = 1
34
stdout_mock.isatty.return_value = True
35
stderr_mock.fileno.return_value = 2
36
stderr_mock.isatty.return_value = True
0 commit comments