Skip to content

Commit

Permalink
fix test case added vc_di
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Vijayvergiya <[email protected]>
  • Loading branch information
sarthakvijayvergiya committed Mar 8, 2024
1 parent 0dfcf08 commit 3089b19
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ async def test_credential_exchange_list(self):
"cred_ex_record": mock_cx_rec.serialize.return_value,
"indy": None,
"ld_proof": None,
"vc_di": None,
}
]
}
Expand Down Expand Up @@ -1489,6 +1490,7 @@ async def test_credential_exchange_store_bad_cred_id_json(self):
"cred_ex_record": mock_cx_rec.serialize.return_value,
"indy": {"...": "..."},
"ld_proof": None,
"vd_di": None,
}
)

Expand Down

0 comments on commit 3089b19

Please sign in to comment.