Skip to content

Commit 7b27d75

Browse files
committed
tests: adapted tests
1 parent f516b28 commit 7b27d75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pymdoccbor/tests/test_08_mdoc_cbor.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ def test_mdoc_cbor_creation():
2626
mdocp.loads(data)
2727
mdocp.verify()
2828

29-
assert mdoc
29+
assert mdoc
30+
assert 'org.micov.medical.1' in mdocp.disclosure_map
31+
assert mdocp.disclosure_map == MICOV_DATA

0 commit comments

Comments
 (0)