Skip to content

Commit bbd9baa

Browse files
committed
fix typo
Signed-off-by: PatStLouis <[email protected]>
1 parent 0bc7e5f commit bbd9baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/70-data-model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe('Data Model - Verification Methods (Multikey)', function() {
6767
const keyType = issuer.settings.supportedEcdsaKeyTypes[0];
6868
const multikey =
6969
await multikeyFromVerificationMethod(verificationMethod, keyType);
70-
expect(multikey).to.be.exist;
70+
expect(multikey).to.exist;
7171
});
7272
});
7373
}

0 commit comments

Comments
 (0)