Skip to content

Commit

Permalink
test: update pluto mock
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Moussa <ahmed.moussa@iohk.io>
  • Loading branch information
hamada147 committed May 31, 2024
1 parent 2436f3f commit f583aff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ class PlutoMock : Pluto {
override fun storeLinkSecret(linkSecret: String) {
}

override fun storeCredentialMetadata(metadata: CredentialRequestMeta) {}

override fun storeCredentialMetadata(name: String, metadata: CredentialRequestMeta) {}

override fun getLinkSecret(): Flow<String> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ class PlutoMock : Pluto {
TODO("Not yet implemented")
}

override fun storeCredentialMetadata(metadata: CredentialRequestMeta) {
TODO("Not yet implemented")
}

override fun storeCredentialMetadata(name: String, metadata: CredentialRequestMeta) {
TODO("Not yet implemented")
}
Expand Down

0 comments on commit f583aff

Please sign in to comment.