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/mocks/ProxyAppInterface.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vm/proxyapp/mocks/ProxyAppInterface.go') diff --git a/vm/proxyapp/mocks/ProxyAppInterface.go b/vm/proxyapp/mocks/ProxyAppInterface.go index 95a86a8da..81ac864d6 100644 --- a/vm/proxyapp/mocks/ProxyAppInterface.go +++ b/vm/proxyapp/mocks/ProxyAppInterface.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.12.3. DO NOT EDIT. +// Code generated by mockery v2.20.2. DO NOT EDIT. package mocks @@ -152,13 +152,13 @@ func (_m *ProxyAppInterface) RunStop(in proxyrpc.RunStopParams, out *proxyrpc.Ru return r0 } -type NewProxyAppInterfaceT interface { +type mockConstructorTestingTNewProxyAppInterface interface { mock.TestingT Cleanup(func()) } // NewProxyAppInterface creates a new instance of ProxyAppInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. -func NewProxyAppInterface(t NewProxyAppInterfaceT) *ProxyAppInterface { +func NewProxyAppInterface(t mockConstructorTestingTNewProxyAppInterface) *ProxyAppInterface { mock := &ProxyAppInterface{} mock.Mock.Test(t) -- cgit mrf-deployment