Skip to content

Commit 0bf9b85

Browse files
committed
remove resurrected file
1 parent cd57248 commit 0bf9b85

File tree

2 files changed

+1
-120
lines changed

2 files changed

+1
-120
lines changed

packages/core/src/test/awsService/accessanalyzer/iamPolicyChecks.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('_readCustomChecksFile', () => {
5555

5656
it('should read file content if file exists', async () => {
5757
const filePath = globals.context.asAbsolutePath(defaultTerraformConfigPath)
58-
const fileContent = await vscodeFs.readFileAsString(filePath)
58+
const fileContent = await vscodeFs.readFileText(filePath)
5959

6060
const result = await _readCustomChecksFile(filePath)
6161

packages/core/src/test/shared/fs/node/fs.test.ts

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)