aboutsummaryrefslogtreecommitdiffstats
path: root/vm/proxyapp/proxyappclient_test.go
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2023-02-22 16:09:15 +0100
committerTaras Madan <tarasmadan@google.com>2023-02-24 12:47:23 +0100
commit26be8df8135ecb59e8034967927aa18c26117a3a (patch)
tree9d57a23cc7a370192bae44f7af6c6131fd7a1e6d /vm/proxyapp/proxyappclient_test.go
parent4c742139504eff0ac045069d3729ae52f2da5138 (diff)
all: tools/syz-env make generate result
Diffstat (limited to 'vm/proxyapp/proxyappclient_test.go')
-rw-r--r--vm/proxyapp/proxyappclient_test.go8
1 files changed, 5 insertions, 3 deletions
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)