We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea0150 commit 1afdd62Copy full SHA for 1afdd62
acapy_agent/anoncreds/default/legacy_indy/tests/test_registry.py
@@ -1210,3 +1210,11 @@ async def test_sync_wallet_rev_list_with_issuer_cred_rev_records(
1210
),
1211
)
1212
assert isinstance(result, RevList)
1213
+
1214
+ async def test_get_schem_info(self):
1215
+ result = await self.registry.get_schema_info_by_id(
1216
+ "XduBsoPyEA4szYMy3pZ8De:2:minimal-33279d005748b3cc:1.0",
1217
+ )
1218
+ assert result.issuer_id == "XduBsoPyEA4szYMy3pZ8De"
1219
+ assert result.name == "minimal-33279d005748b3cc"
1220
+ assert result.version == "1.0"
0 commit comments