File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ describe("Claude Conductor CLI", () => {
5050 cwd : __dirname + "/.." ,
5151 encoding : "utf8" ,
5252 } ) ;
53- expect ( output . trim ( ) ) . toBe ( "1.1.0 " ) ;
53+ expect ( output . trim ( ) ) . toBe ( "1.1.1 " ) ;
5454 } ) ;
5555
5656 test ( "should NOT overwrite JOURNAL.md without --force" , async ( ) => {
@@ -148,8 +148,8 @@ describe("Claude Conductor CLI", () => {
148148 const claudeContent = await fs . readFile ( path . join ( tempDir , "CLAUDE.md" ) , "utf8" ) ;
149149 const conductorContent = await fs . readFile ( path . join ( tempDir , "CONDUCTOR.md" ) , "utf8" ) ;
150150
151- expect ( claudeContent ) . toContain ( "<!-- Generated by Claude Conductor v1.1.0 -->" ) ;
152- expect ( conductorContent ) . toContain ( "<!-- Generated by Claude Conductor v1.1.0 -->" ) ;
151+ expect ( claudeContent ) . toContain ( "<!-- Generated by Claude Conductor v1.1.1 -->" ) ;
152+ expect ( conductorContent ) . toContain ( "<!-- Generated by Claude Conductor v1.1.1 -->" ) ;
153153 } ) ;
154154
155155 // === BACKUP/RESTORE UPGRADE SYSTEM TESTS ===
You can’t perform that action at this time.
0 commit comments