Skip to content

Commit

Permalink
Apply suggestions from code review by @Eclips4.
Browse files Browse the repository at this point in the history
  • Loading branch information
devdanzin committed Oct 27, 2024
1 parent 6234c5d commit a6edd2c
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit a6edd2c

Please sign in to comment.