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
The MockQuerier currently hides away its inner queriers. This forces us to forward all methods to make them available.
Exposing the underlying queriers directly would make it a little less boilerplatey.
@webmaster128 Is this something we want to do in 2.0?
That would allow us to remove all the forwarded function calls and just expose the inner queriers directly.
Otherwise, we'll have to keep the currently forwarded functions for backwards compatibility.
The
MockQuerier
currently hides away its inner queriers. This forces us to forward all methods to make them available.Exposing the underlying queriers directly would make it a little less boilerplatey.
#1593 (comment)
The text was updated successfully, but these errors were encountered: