We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f516b28 commit 7b27d75Copy full SHA for 7b27d75
pymdoccbor/tests/test_08_mdoc_cbor.py
@@ -26,4 +26,6 @@ def test_mdoc_cbor_creation():
26
mdocp.loads(data)
27
mdocp.verify()
28
29
- assert mdoc
+ assert mdoc
30
+ assert 'org.micov.medical.1' in mdocp.disclosure_map
31
+ assert mdocp.disclosure_map == MICOV_DATA
0 commit comments