You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the wallet flows we want to add contract tests for all Status Go endpoints used by the wallet to help avoid the Go team adding breaking changes going unnoticed on the mobile client.
Add an integration test for the RPC request -
"wallet_getAddressDetails" used in src/status_im/contexts/wallet/events.cljs
For more information/examples on integration tests see this recent pr: #18304
The text was updated successfully, but these errors were encountered:
J-Son89
changed the title
Wallet - Add Integration test for RPC endpoint - wallet_getAddressDetails
Wallet - Add Contract test for RPC endpoint - wallet_getAddressDetails
Feb 2, 2024
As part of the wallet flows we want to add contract tests for all Status Go endpoints used by the wallet to help avoid the Go team adding breaking changes going unnoticed on the mobile client.
Add an integration test for the RPC request -
"wallet_getAddressDetails" used in src/status_im/contexts/wallet/events.cljs
For more information/examples on integration tests see this recent pr: #18304
The text was updated successfully, but these errors were encountered: