Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek committed Feb 16, 2024
1 parent 1589806 commit dd6aab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dids/tests/methods/did-dht.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ describe('DidDhtDocument', () => {
type : 'DecentralizedWebNode',
serviceEndpoint : 'https://example.com/dwn',
enc : '#enc',
sig : ['#sig', '#sig2'],
sig : ['#sig', '#0'],
},
],
},
Expand All @@ -1143,7 +1143,7 @@ describe('DidDhtDocument', () => {
expect(record.data).to.include('t=DecentralizedWebNode');
expect(record.data).to.include('se=https://example.com/dwn');
expect(record.data).to.include('enc=#enc');
expect(record.data).to.include('sig=#sig,#sig2');
expect(record.data).to.include('sig=#sig,#0');
}
}
});
Expand Down

0 comments on commit dd6aab3

Please sign in to comment.