Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
gmickel committed Aug 6, 2024
1 parent 5bf8814 commit 5800e15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/unit/task-workflow.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,11 @@ describe('runAIAssistedTask', () => {
});

it('should handle diff-based updates when --diff flag is used', async () => {
const diffOptions = { ...mockOptions, diff: true };
const diffOptions = {
...mockOptions,
model: 'claude-3-sonnet-20240229',
diff: true,
};

const mockTaskDescription = 'Test diff-based task';
const mockInstructions = 'Test diff-based instructions';
Expand Down

0 comments on commit 5800e15

Please sign in to comment.