Skip to content

Commit 1254ba2

Browse files
bloveclaude
andcommitted
test(cockpit): update tests for streamResource migration
Replace streaming.service.ts with app.config.ts in codeAssetPaths assertion to match the updated streaming capability module. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 825f7b3 commit 1254ba2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/cockpit/src/lib/route-resolution.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ describe('getCapabilityPresentation', () => {
8585
promptAssetPaths: ['cockpit/langgraph/streaming/python/prompts/streaming.md'],
8686
codeAssetPaths: [
8787
'cockpit/langgraph/streaming/angular/src/app/streaming.component.ts',
88-
'cockpit/langgraph/streaming/angular/src/app/streaming.service.ts',
88+
'cockpit/langgraph/streaming/angular/src/app/app.config.ts',
8989
],
9090
});
9191
});

0 commit comments

Comments
 (0)