Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroga committed Sep 16, 2024
1 parent 4983670 commit b7950a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/did.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,14 @@ describe('DID tests', () => {
method: DidMethod.PolygonId,
chain: Blockchain.Polygon,
net: NetworkId.Zkevm,
wantDID: 'did:polygonid:polygon:zkevm:2wQjmkL1SsgqC7AuZdUcaXsUVfEi1i58VEhm3r2r8F'
wantDID: 'did:polygonid:polygon:zkevm:2qbiBVGYYTsbL1ab2afHNTh1S7P6btmYhwZF4jTwiF'
},
{
title: 'Polygon | zkEVM chain, test',
method: DidMethod.PolygonId,
chain: Blockchain.Polygon,
net: NetworkId.Cardona,
wantDID: 'did:polygonid:polygon:cardona:2wcMpvr8NgWTfqN6ChaFEx1qRnLREXhjeoJ45pFyw5'
wantDID: 'did:polygonid:polygon:cardona:2qoLEfnfUGhDojmmfekv2sqNNEUopiQ9sW9Y6hh5X5'

Check warning on line 147 in tests/did.test.ts

View workflow job for this annotation

GitHub Actions / build

Unknown word: "cardona"
},
{
title: 'Polygon chain, Amoy',
Expand Down

0 comments on commit b7950a9

Please sign in to comment.