Commit 875b417f authored by Rose Ding's avatar Rose Ding
Browse files

fix: 补充 wire_gen_test.go 中 provideCleanup 缺少的 backupSvc 参数


Co-Authored-By: default avatarClaude Opus 4.6 <noreply@anthropic.com>
parent 53ad1645
...@@ -75,6 +75,7 @@ func TestProvideCleanup_WithMinimalDependencies_NoPanic(t *testing.T) { ...@@ -75,6 +75,7 @@ func TestProvideCleanup_WithMinimalDependencies_NoPanic(t *testing.T) {
antigravityOAuthSvc, antigravityOAuthSvc,
nil, // openAIGateway nil, // openAIGateway
nil, // scheduledTestRunner nil, // scheduledTestRunner
nil, // backupSvc
) )
require.NotPanics(t, func() { require.NotPanics(t, func() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment