File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/core/src/test/codewhisperer/commands Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -313,8 +313,8 @@ dependencyManagement:
313313 const manifest = JSON . parse ( manifestText )
314314 assert . strictEqual ( manifest . capability , 'CLIENT_SIDE_BUILD' )
315315 assert . strictEqual ( manifest . exitCode , 0 )
316- assert . strictEqual ( manifest . commandLogFileName , 'clientBuildLogs .log' )
317- assert . strictEqual ( zip . getEntries ( ) . length , 2 ) // expecting only manifest.json and clientBuildLogs .log
316+ assert . strictEqual ( manifest . commandLogFileName , 'build-output .log' )
317+ assert . strictEqual ( zip . getEntries ( ) . length , 2 ) // expecting only manifest.json and build-output .log
318318 } )
319319
320320 it ( 'WHEN extractOriginalProjectSources THEN only source files are extracted to destination' , async function ( ) {
You can’t perform that action at this time.
0 commit comments