diff options
| author | Taras Madan <tarasmadan@google.com> | 2023-02-22 16:09:15 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2023-02-24 12:47:23 +0100 |
| commit | 26be8df8135ecb59e8034967927aa18c26117a3a (patch) | |
| tree | 9d57a23cc7a370192bae44f7af6c6131fd7a1e6d /vm/proxyapp/mocks/ProxyAppInterface.go | |
| parent | 4c742139504eff0ac045069d3729ae52f2da5138 (diff) | |
all: tools/syz-env make generate result
Diffstat (limited to 'vm/proxyapp/mocks/ProxyAppInterface.go')
| -rw-r--r-- | vm/proxyapp/mocks/ProxyAppInterface.go | 6 |
1 files changed, 3 insertions, 3 deletions
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) |
