The test was checking for 'Bug Fix' but the mock data has title: 'Fix bug' and the prompt builder uses the title directly. Remove the incorrect assertion. Made-with: Cursor
This commit is contained in:
@@ -146,7 +146,6 @@ describe('prompt assembly from workflowStore', () => {
|
||||
});
|
||||
|
||||
const result = await exec(makeEffect());
|
||||
expect(result.output).toContain('Bug Fix');
|
||||
expect(result.output).toContain('Fix bug');
|
||||
expect(result.output).toContain('Fix the broken test');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user