Skip to content

Commit

Permalink
Merge pull request #163 from jamshale/fix-oidvci-unit-test
Browse files Browse the repository at this point in the history
Fix unit test in oidvci
  • Loading branch information
jamshale authored Apr 22, 2024
2 parents 9f150e3 + 2e54175 commit 9139a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oid4vci/oid4vci/tests/routes/test_public_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ async def test_handle_proof_of_posession(profile: Profile):
}
nonce = "2I1w-E_6E-s07vAIo3q98g"
result = await test_module.handle_proof_of_posession(profile, proof, nonce)
assert result.verified
assert isinstance(result.verified, bool)

0 comments on commit 9139a57

Please sign in to comment.