Fix test and tests.

This commit is contained in:
NIIBE Yutaka
2017-11-06 10:51:11 +09:00
parent 01b5aa5984
commit c9b1e511ba
5 changed files with 12 additions and 4 deletions

View File

@@ -146,7 +146,7 @@ def test_historical_bytes(card):
def test_extended_capabilities(card):
a = get_data_object(card, 0xc0)
assert a == None or match(b'[\x70\x74]\x00\x00\x20[\x00\x08]\x00\x00\xff\x01\x00', a)
assert a == None or match(b'[\x70\x74\x75]\x00\x00\x20[\x00\x08]\x00\x00\xff\x01\x00', a)
def test_algorithm_attributes_1(card):
a = get_data_object(card, 0xc1)