Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb committed Apr 6, 2024
1 parent 53c2a06 commit ca18d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/test_subp.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def test_subp_respects_decode_false(self):
self.assertEqual(out, self.utf8_valid)

def test_subp_decode_ignore(self):
"""ensure that invalide utf-8 is ignored with the "ignore" kwarg"""
"""ensure that invalid utf-8 is ignored with the "ignore" kwarg"""
# this executes a string that writes invalid utf-8 to stdout
with mock.patch.object(
subp.subprocess,
Expand Down

0 comments on commit ca18d74

Please sign in to comment.