Skip to content

Commit e859ff7

Browse files
authored
Fix model version in copilot engine test
Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com>
1 parent aa73199 commit e859ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/agentic-workflow.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ describe('Agentic Workflow Configuration', () => {
4848
expect(frontmatter.engine).toBeTruthy();
4949
});
5050

51-
it('should use copilot engine with claude-opus-4-6 model', () => {
51+
it('should use copilot engine with claude-opus-4.6 model', () => {
5252
expect(frontmatter.engine).toEqual({
5353
id: 'copilot',
54-
model: 'claude-opus-4-6'
54+
model: 'claude-opus-4.6'
5555
});
5656
});
5757

0 commit comments

Comments
 (0)