Commit 8adf80d9 authored by guoyongchang's avatar guoyongchang
Browse files

fix: wire_gen_test 补充 scheduledTestRunner 参数


Co-Authored-By: default avatarClaude Opus 4.6 <noreply@anthropic.com>
parent 62686a62
...@@ -74,6 +74,7 @@ func TestProvideCleanup_WithMinimalDependencies_NoPanic(t *testing.T) { ...@@ -74,6 +74,7 @@ func TestProvideCleanup_WithMinimalDependencies_NoPanic(t *testing.T) {
geminiOAuthSvc, geminiOAuthSvc,
antigravityOAuthSvc, antigravityOAuthSvc,
nil, // openAIGateway nil, // openAIGateway
nil, // scheduledTestRunner
) )
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