Chore: Update mocks with recent mockery (#107816)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Code generated by mockery v2.43.1. DO NOT EDIT.
|
||||
// Code generated by mockery v2.53.4. DO NOT EDIT.
|
||||
|
||||
package mocks
|
||||
|
||||
@@ -17,7 +17,7 @@ func (_m *Result) EXPECT() *Result_Expecter {
|
||||
return &Result_Expecter{mock: &_m.Mock}
|
||||
}
|
||||
|
||||
// LastInsertId provides a mock function with given fields:
|
||||
// LastInsertId provides a mock function with no fields
|
||||
func (_m *Result) LastInsertId() (int64, error) {
|
||||
ret := _m.Called()
|
||||
|
||||
@@ -72,7 +72,7 @@ func (_c *Result_LastInsertId_Call) RunAndReturn(run func() (int64, error)) *Res
|
||||
return _c
|
||||
}
|
||||
|
||||
// RowsAffected provides a mock function with given fields:
|
||||
// RowsAffected provides a mock function with no fields
|
||||
func (_m *Result) RowsAffected() (int64, error) {
|
||||
ret := _m.Called()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user