Skip to content

Commit

Permalink
fix snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
EbonyLouis committed Apr 24, 2024
1 parent cd46afd commit ac36a29
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -28,8 +28,10 @@ internal class HowToCreateDidTest {
//DID Document
val didDocument = portableDid.didDocument

//Republish DID
val republishedDid = DidDht.publish(didDht)
//Republish Did
DidDht.publish( didDht.keyManager, didDht.document )


// :snippet-end:

assertNotNull(did, "DID should not be null")
Expand Down

0 comments on commit ac36a29

Please sign in to comment.