Skip to content
Snippets Groups Projects
Commit f5d2c229 authored by Fabian Seidl's avatar Fabian Seidl Committed by Fabian Seidl
Browse files

generated new mock file to fit api changes

parent b28ea3e3
No related branches found
No related tags found
1 merge request!238Stfaseid http refactor
// Code generated by mockery v2.9.4. DO NOT EDIT. // Code generated by mockery v2.10.0. DO NOT EDIT.
package mocks package mocks
...@@ -75,14 +75,14 @@ func (_m *Change) ID() uuid.UUID { ...@@ -75,14 +75,14 @@ func (_m *Change) ID() uuid.UUID {
} }
// State provides a mock function with given fields: // State provides a mock function with given fields:
func (_m *Change) State() pnd.Change_State { func (_m *Change) State() pnd.ChangeState {
ret := _m.Called() ret := _m.Called()
var r0 pnd.Change_State var r0 pnd.ChangeState
if rf, ok := ret.Get(0).(func() pnd.Change_State); ok { if rf, ok := ret.Get(0).(func() pnd.ChangeState); ok {
r0 = rf() r0 = rf()
} else { } else {
r0 = ret.Get(0).(pnd.Change_State) r0 = ret.Get(0).(pnd.ChangeState)
} }
return r0 return r0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment