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
In #140 I noticed some gRPC tests were not using the new testing package. The test case that req = nil can only be tested with the new testing package. We should update all tests and remove any old testing code for this setup. It is much easier to maintain the new testing code
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
And call instead the gRPC endpoint using the method in the keeper. For example: for transfer instead of doing suite.queryClient.DenomTrace, call suite.chainA.GetSimApp().TransferKeeper.DenomTrace.
Summary
In #140 I noticed some gRPC tests were not using the new testing package. The test case that
req = nil
can only be tested with the new testing package. We should update all tests and remove any old testing code for this setup. It is much easier to maintain the new testing codeFor Admin Use
The text was updated successfully, but these errors were encountered: