We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e966cb commit dc2b756Copy full SHA for dc2b756
packages/core/src/test/awsService/ec2/sshKeyPair.test.ts
@@ -21,7 +21,7 @@ describe('SshKeyUtility', async function () {
21
let clock: InstalledClock
22
23
before(async function () {
24
- // Setup a temporary directory inside of globalStorage since keys need to be in globalStorage subdir
+ // Setup a temporary directory inside of globalStorage since keys need to be inside globalStorage
25
temporaryDirectory = path.join(globals.context.globalStorageUri.fsPath, 'SshKeyUtilityTests')
26
await fs.mkdir(temporaryDirectory)
27
0 commit comments