From 26be8df8135ecb59e8034967927aa18c26117a3a Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 22 Feb 2023 16:09:15 +0100 Subject: all: tools/syz-env make generate result --- vm/proxyapp/proxyappclient_test.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'vm/proxyapp/proxyappclient_test.go') diff --git a/vm/proxyapp/proxyappclient_test.go b/vm/proxyapp/proxyappclient_test.go index 458e3f43e..0f199c0c8 100644 --- a/vm/proxyapp/proxyappclient_test.go +++ b/vm/proxyapp/proxyappclient_test.go @@ -137,8 +137,9 @@ func TestCtor_FailedStartProxyApp(t *testing.T) { } // TODO: reuse proxyAppServerFixture() code: func could be called here once Mock.Unset() error -// fixed https://github.com/stretchr/testify/issues/1236 -// nolint: dupl +// +// fixed https://github.com/stretchr/testify/issues/1236 +// nolint: dupl func TestCtor_FailedConstructPool(t *testing.T) { mProxyAppServer, stdin, stdout, stderr := makeMockProxyAppProcess(t) @@ -197,7 +198,8 @@ func initProxyAppServerFixture(mProxyAppServer *mockProxyAppInterface) *mockProx } // TODO: to remove duplicate see TestCtor_FailedConstructPool() comment -// nolint: dupl +// +// nolint: dupl func proxyAppServerFixture(t *testing.T) (*mockProxyAppInterface, *mockCommandRunner, *proxyAppParams) { mProxyAppServer, stdin, stdout, stderr := makeMockProxyAppProcess(t) -- cgit mrf-deployment