Chore: Update mocks with recent mockery (#107816)

This commit is contained in:
Ryan McKinley
2025-07-09 09:15:34 +02:00
committed by GitHub
parent 39904d7b9b
commit 3f502f305d
95 changed files with 877 additions and 522 deletions
+3 -3
View File
@@ -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()