fix(core): remove unused fields from test struct
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
9e602207d8
commit
8725930479
1 changed files with 1 additions and 4 deletions
|
|
@ -114,10 +114,7 @@ func TestServiceManager_LockNotAppliedWithoutEnable_Good(t *testing.T) {
|
|||
assert.NoError(t, err)
|
||||
}
|
||||
|
||||
type mockFullLifecycle struct {
|
||||
startOrder int
|
||||
stopOrder int
|
||||
}
|
||||
type mockFullLifecycle struct{}
|
||||
|
||||
func (m *mockFullLifecycle) OnStartup(_ context.Context) error { return nil }
|
||||
func (m *mockFullLifecycle) OnShutdown(_ context.Context) error { return nil }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue