Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
875b417f
Commit
875b417f
authored
Mar 13, 2026
by
Rose Ding
Browse files
fix: 补充 wire_gen_test.go 中 provideCleanup 缺少的 backupSvc 参数
Co-Authored-By:
Claude Opus 4.6
<
noreply@anthropic.com
>
parent
53ad1645
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/cmd/server/wire_gen_test.go
View file @
875b417f
...
@@ -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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment