Skip to content

Commit

Permalink
incorrect name
Browse files Browse the repository at this point in the history
  • Loading branch information
doc-hex committed Jan 22, 2024
1 parent a17b434 commit 631deb6
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 @@ -8,9 +8,9 @@
def test_real_scan():
lines = [ln.strip() for ln in open('data/real-scan.txt', 'rt').readlines() if ln.strip()]

encoding, data = bbqr.join_qrs(lines)
file_type, data = bbqr.join_qrs(lines)

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

Expand Down

0 comments on commit 631deb6

Please sign in to comment.