diff --git a/mempool/v0/clist_mempool_test.go b/mempool/v0/clist_mempool_test.go index 7501c0de2..bbb8ea309 100644 --- a/mempool/v0/clist_mempool_test.go +++ b/mempool/v0/clist_mempool_test.go @@ -40,7 +40,9 @@ func newMempoolWithAppMock(cc proxy.ClientCreator, client abciclient.Client) (*C return mp, cu, nil } -func newMempoolWithAppAndConfigMock(cc proxy.ClientCreator, cfg *config.Config, client abciclient.Client) (*CListMempool, cleanupFunc) { +func newMempoolWithAppAndConfigMock(cc proxy.ClientCreator, + cfg *config.Config, + client abciclient.Client) (*CListMempool, cleanupFunc) { appConnMem := client appConnMem.SetLogger(log.TestingLogger().With("module", "abci-client", "connection", "mempool")) err := appConnMem.Start()