Skip to content

Commit

Permalink
fix: missing field on test value
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
  • Loading branch information
dbluhm committed Jul 16, 2024
1 parent 8f6065e commit 66d25a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oid4vci/oid4vci/tests/models/test_exchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def record():
yield OID4VCIExchangeRecord(
state=OID4VCIExchangeRecord.STATE_OFFER_CREATED,
verification_method="did:example:123#key-1",
issuer_id="did:example:123",
supported_cred_id="456",
credential_subject={"name": "alice"},
nonce="789",
Expand Down

0 comments on commit 66d25a0

Please sign in to comment.