Skip to content

Commit

Permalink
Add check on trying to delete already deleted credential
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Richardson <mike.richardson@northernblock.io>
  • Loading branch information
NB-MikeRichardson committed May 11, 2022
1 parent 9aceee1 commit a8ace7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ describe('credentials', () => {
}
})

test('Faber Issues Credential which is the deleted from Alice`s wallet', async () => {
test('Faber Issues Credential which is then deleted from Alice`s wallet', async () => {
const credentialPreview = V2CredentialPreview.fromRecord({
name: 'John',
age: '99',
Expand Down

0 comments on commit a8ace7b

Please sign in to comment.