Skip to content

Commit 145353c

Browse files
authored
fix(test): update test to match spec for did:ethr
1 parent 3693723 commit 145353c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/ethr.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ describe('did:ethr driver', () => {
112112
{
113113
controller: 'did:ethr:0x02b97c30de767f084ce3080168ee293053ba33b235d7116a3263d29f1450936b71',
114114
id: 'did:ethr:0x02b97c30de767f084ce3080168ee293053ba33b235d7116a3263d29f1450936b71#controllerKey',
115-
publicKeyHex: '0x02b97c30de767f084ce3080168ee293053ba33b235d7116a3263d29f1450936b71',
115+
publicKeyHex: '02b97c30de767f084ce3080168ee293053ba33b235d7116a3263d29f1450936b71',
116116
type: 'EcdsaSecp256k1VerificationKey2019'
117117
}
118118
]

0 commit comments

Comments
 (0)