Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
doc-hex committed Nov 23, 2023
1 parent 2c67d50 commit 6145da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_join.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test_real_scan():
encoding, data = bbqr.join_qrs(lines)

assert encoding == 'U'
assert 'Zlib compressed' in data
assert 'PSBT' in data
assert b'Zlib compressed' in data
assert b'PSBT' in data

# EOF

0 comments on commit 6145da7

Please sign in to comment.