diff --git a/test/10-verify.spec.js b/test/10-verify.spec.js index c60d3d07..10647aaa 100644 --- a/test/10-verify.spec.js +++ b/test/10-verify.spec.js @@ -113,7 +113,6 @@ for(const [version, mockCredential] of versionedCredentials) { } catch(e) { error = e; } - should.exist(error, 'Should throw error when "verificationMethod" property is missing'); error.should.be.instanceof(TypeError);