Skip to content
Prev Previous commit
Next Next commit
Apply suggestions from code review by @Eclips4.
  • Loading branch information
devdanzin committed Oct 27, 2024
commit a6edd2ca507a14f1d908ea00fb17f7dad606ccc8
1 change: 1 addition & 0 deletions Lib/test/test_audit.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ def test_winapi_createnamedpipe(self):
self.assertEqual(actual, expected)

def test_assert_unicode(self):
# See gh-126018
returncode, _, stderr = self.run_python("test_assert_unicode")
if returncode:
self.fail(stderr)
Expand Down