Skip to content

Commit

Permalink
Python 3.2 compat of binary string. See #39.
Browse files Browse the repository at this point in the history
  • Loading branch information
erny authored and wbond committed Aug 2, 2019
1 parent 64d4662 commit 2734539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cades.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_parse_cades_bes_implicit(self):
content['version'].native
)
self.assertEqual( # This is the signed content
'Hello world!\n',
b'Hello world!\n',
content['encap_content_info'].native['content']
)
self.assertEqual(
Expand Down

0 comments on commit 2734539

Please sign in to comment.