tests/ update for signature counter

This commit is contained in:
NIIBE Yutaka
2016-10-15 18:35:21 +09:00
parent 4de605ed63
commit 350528e1f4
2 changed files with 13 additions and 2 deletions

View File

@@ -64,8 +64,8 @@ def test_url(card):
assert check_null(url)
def test_ds_counter(card):
c = get_data_object(card, 0x93)
assert c == None or c == b'\x00\x00\x00'
c = get_data_object(card, 0x7a)
assert c == b'\x93\x03\x00\x00\x00'
def test_pw1_status(card):
s = get_data_object(card, 0xc4)