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
Currently, pagination functionality for requests are being tested in assets/all_assets_request.rs. Since all code concerning pagination in requests (i.e. set cursors, order, limit) has been moved to a macro, it would make more sense to test it there.
Identical (and therefore duplicate) tests also occur in some other endpoints (for example all_claimable_balances_request). These can be removed as well.
The text was updated successfully, but these errors were encountered:
Currently, pagination functionality for requests are being tested in
assets
/all_assets_request.rs
. Since all code concerning pagination in requests (i.e. set cursors, order, limit) has been moved to a macro, it would make more sense to test it there.Identical (and therefore duplicate) tests also occur in some other endpoints (for example
all_claimable_balances_request
). These can be removed as well.The text was updated successfully, but these errors were encountered: