Skip to content

Commit

Permalink
In multikeys mock data set P-256 to type Multikey.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Jul 7, 2024
1 parent 28c76f3 commit 09a57e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/mock-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ const getKeyId = ({controller, publicKeyMultibase}) =>
export const multikeys = new Map([
['P-256', {
id: getKeyId(mockKeyEcdsaSecp256),
serializedKeyPair: mockKeyEcdsaSecp256,
serializedKeyPair: {
...mockKeyEcdsaSecp256,
type: 'Multikey'
},
props: {

}
Expand Down

0 comments on commit 09a57e0

Please sign in to comment.