Skip to content

Commit ae68ee1

Browse files
committed
minor
1 parent a6a50ef commit ae68ee1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

x/genutil/client/cli/gentx_test.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ func (s *CLITestSuite) SetupSuite() {
5555

5656
ctxGen := func() client.Context {
5757
bz, _ := s.encCfg.Codec.Marshal(&sdk.TxResponse{})
58-
c := clitestutil.NewMockCometRPC(abci.QueryResponse{
59-
Value: bz,
60-
})
58+
c := clitestutil.NewMockCometRPCWithResponseQueryValue(bz)
6159
return s.baseCtx.WithClient(c)
6260
}
6361
s.clientCtx = ctxGen()

0 commit comments

Comments
 (0)