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
Some tests are bigger in line count and flakier with the amount of setup data they require. This is true of the mocked RPC requests and responses we use. While useful, they sometimes can be tedious to setup.
Below are some RPC calls we mock quite a bit throughout our tests:
Off-chain proposal votes call
proposals
votingResult
The text was updated successfully, but these errors were encountered:
jtrein
changed the title
Test suite: add more helper(s) for building RPC requests, results
Test suite: add more helpers for building RPC requests, results
May 4, 2021
Some tests are bigger in line count and flakier with the amount of setup data they require. This is true of the mocked RPC requests and responses we use. While useful, they sometimes can be tedious to setup.
Below are some RPC calls we mock quite a bit throughout our tests:
votes
callproposals
votingResult
The text was updated successfully, but these errors were encountered: