Skip to content

Commit 88075c2

Browse files
author
David Hasani
committed
fix test
1 parent 02fd83c commit 88075c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/test/codewhisperer/commands/transformByQ.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 () {

0 commit comments

Comments
 (0)