Skip to content

Commit 40386bd

Browse files
Merge master into feature/amazonqLSP
2 parents dd32e09 + e5425e6 commit 40386bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/codewhisperer/service/testGenHandler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ export async function exportResultsArchive(
231231
const zip = new AdmZip(pathToArchive)
232232
zip.extractAllTo(pathToArchiveDir, true)
233233

234-
const session = ChatSessionManager.Instance.getSession()
235234
const testFilePathFromResponse = session?.shortAnswer?.testFilePath
236235
const testFilePath = testFilePathFromResponse
237236
? testFilePathFromResponse.split('/').slice(1).join('/') // remove the project name

0 commit comments

Comments
 (0)