TBD54566975 / didpay

Mobile app that provides a way for individuals to interact with PFIs via tbDEX
Apache License 2.0
6 stars 7 forks source link

test: add tests for `TbdexQuoteNotifier` #321

Closed mohitrajsinha closed 1 month ago

mohitrajsinha commented 1 month ago

This PR introduces several tests for TbdexQuoteNotifier. closes #293

ethan-tbd commented 1 month ago

take a look at the tests for AccountBalanceNotifier and TransactionNotifier to see how to better structure your test cases :)

mohitrajsinha commented 1 month ago

Hey @ethan-tbd Check out the latest changes.