Skip to content

Commit aa1d086

Browse files
committed
Fixed file to be the core folder
1 parent f59c5db commit aa1d086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/test/unit/codewhisperer/service/securityScanHandler.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const buildMockListCodeScanFindingsResponse = (
6666
})
6767

6868
function getWorkspaceFolder(): string {
69-
return path.join(__dirname, '../../../../../../core/dist/src/testFixtures/workspaceFolder')
69+
return path.join(__dirname, '../../../../../../core/src/testFixtures/workspaceFolder')
7070
}
7171

7272
describe('securityScanHandler', function () {

0 commit comments

Comments
 (0)