Chore: Update mocks with recent mockery (#107816)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Code generated by mockery v2.46.3. DO NOT EDIT.
|
||||
// Code generated by mockery v2.53.4. DO NOT EDIT.
|
||||
|
||||
package settingtest
|
||||
|
||||
@@ -12,7 +12,7 @@ type MockProvider struct {
|
||||
mock.Mock
|
||||
}
|
||||
|
||||
// Current provides a mock function with given fields:
|
||||
// Current provides a mock function with no fields
|
||||
func (_m *MockProvider) Current() setting.SettingsBag {
|
||||
ret := _m.Called()
|
||||
|
||||
@@ -32,7 +32,7 @@ func (_m *MockProvider) Current() setting.SettingsBag {
|
||||
return r0
|
||||
}
|
||||
|
||||
// CurrentVerbose provides a mock function with given fields:
|
||||
// CurrentVerbose provides a mock function with no fields
|
||||
func (_m *MockProvider) CurrentVerbose() setting.VerboseSettingsBag {
|
||||
ret := _m.Called()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user