Skip to content

Commit

Permalink
update mocking classes
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianIOHK committed Jun 8, 2023
1 parent 996c552 commit 624a479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class PlutoMock : Pluto {
TODO("Not yet implemented")
}

override fun storePeerDIDAndPrivateKeys(did: DID, privateKeys: List<PrivateKey>) {
override fun storePeerDID(did: DID) {
TODO("Not yet implemented")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class PlutoMock : Pluto {
wasStorePrismDIDAndPrivateKeysCalled = true
}

override fun storePeerDIDAndPrivateKeys(did: DID, privateKeys: List<PrivateKey>) {
override fun storePeerDID(did: DID) {
storedPeerDID += did
wasStorePeerDIDAndPrivateKeysCalled = true
}
Expand Down

0 comments on commit 624a479

Please sign in to comment.