Skip to content

Commit 458dc89

Browse files
committed
Fix Linear heading in test
1 parent e9491a6 commit 458dc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kiloclaw/controller/src/bootstrap.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ describe('updateToolsMdLinearSection', () => {
742742

743743
expect(harness.writeCalls).toHaveLength(1);
744744
expect(harness.writeCalls[0]!.data).toContain('<!-- BEGIN:linear -->');
745-
expect(harness.writeCalls[0]!.data).toContain('Linear MCP');
745+
expect(harness.writeCalls[0]!.data).toContain('## Linear');
746746
expect(harness.writeCalls[0]!.data).toContain('<!-- END:linear -->');
747747
});
748748

0 commit comments

Comments
 (0)