Skip to content

Commit

Permalink
mayyyybe???
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Oct 17, 2022
1 parent 0a10c9e commit 416b2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colorama/tests/initialise_test.py
Expand Up @@ -125,7 +125,7 @@ def _reset(self):
def tearDown(self):
self._reset()

@patch("colorama.win32.winapi_test", lambda: True)
@patch("colorama.ansitowin32.winapi_test", lambda: True)
def testJustFixWindowsConsole(self):
if sys.platform != "win32":
# just_fix_windows_console should be a no-op
Expand Down

0 comments on commit 416b2e1

Please sign in to comment.