diff --git a/packages/api/src/skills/sync/github.spec.ts b/packages/api/src/skills/sync/github.spec.ts index 77b231f9bd..232c92d790 100644 --- a/packages/api/src/skills/sync/github.spec.ts +++ b/packages/api/src/skills/sync/github.spec.ts @@ -947,7 +947,7 @@ describe('createGitHubSkillSyncRunner', () => { source: 'local', })), deleteFile: jest.fn(async () => undefined), - updateSkill: jest.fn(async () => ({ status: 'conflict' as const })), + updateSkill: jest.fn(async () => ({ status: 'conflict' as const, current: existing })), }); const runner = createGitHubSkillSyncRunner(deps); const result = await runner.runOnce();