Skip to content

Commit

Permalink
update id test
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroga committed Apr 2, 2024
1 parent c048e0b commit b31c69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/identity/id.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ describe('identity', () => {
const { did, credential } = await createIdentity(idWallet, { keyType: KmsKeyType.Secp256k1 });

expect(did.string()).to.equal(
'did:iden3:polygon:mumbai:wuL2hHjCC1LQArvVpwTkW6KeJNxAv9PfhCnMK4rnX'
'did:iden3:polygon:amoy:x6x5sor7zpxsu478u36QvEgaRUfPjmzqFo5PHHzbM'
);
const dbCred = await dataStorage.credential.findCredentialById(credential.id);
expect(credential).to.deep.equal(dbCred);
Expand Down

0 comments on commit b31c69b

Please sign in to comment.