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 *Rows) EXPECT() *Rows_Expecter {
|
||||
return &Rows_Expecter{mock: &_m.Mock}
|
||||
}
|
||||
|
||||
// Close provides a mock function with given fields:
|
||||
// Close provides a mock function with no fields
|
||||
func (_m *Rows) Close() error {
|
||||
ret := _m.Called()
|
||||
|
||||
@@ -62,7 +62,7 @@ func (_c *Rows_Close_Call) RunAndReturn(run func() error) *Rows_Close_Call {
|
||||
return _c
|
||||
}
|
||||
|
||||
// Err provides a mock function with given fields:
|
||||
// Err provides a mock function with no fields
|
||||
func (_m *Rows) Err() error {
|
||||
ret := _m.Called()
|
||||
|
||||
@@ -107,7 +107,7 @@ func (_c *Rows_Err_Call) RunAndReturn(run func() error) *Rows_Err_Call {
|
||||
return _c
|
||||
}
|
||||
|
||||
// Next provides a mock function with given fields:
|
||||
// Next provides a mock function with no fields
|
||||
func (_m *Rows) Next() bool {
|
||||
ret := _m.Called()
|
||||
|
||||
@@ -152,7 +152,7 @@ func (_c *Rows_Next_Call) RunAndReturn(run func() bool) *Rows_Next_Call {
|
||||
return _c
|
||||
}
|
||||
|
||||
// NextResultSet provides a mock function with given fields:
|
||||
// NextResultSet provides a mock function with no fields
|
||||
func (_m *Rows) NextResultSet() bool {
|
||||
ret := _m.Called()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user