Skip to content

Commit 3d2f995

Browse files
committed
feat: change the init.test
1 parent a003866 commit 3d2f995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/core/init.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ describe('InitCommand', () => {
11221122
expect(proposalContent).toContain('---');
11231123
expect(proposalContent).toContain('name: OpenSpec: Proposal');
11241124
expect(proposalContent).toContain('description: "Scaffold a new OpenSpec change and validate strictly."');
1125-
expect(proposalContent).toContain('cargument-hint: "[feature description or request]"');
1125+
expect(proposalContent).toContain('argument-hint: "[feature description or request]"');
11261126
expect(proposalContent).toContain('<!-- OPENSPEC:START -->');
11271127
expect(proposalContent).toContain('**Guardrails**');
11281128

0 commit comments

Comments
 (0)