Skip to content

Commit 9e57d28

Browse files
committed
Merge branch 'ec2/commentkeys' of github.com:Hweinstock/aws-toolkit-vscode into ec2/commentkeys
2 parents 1bc5bdc + 8f8237a commit 9e57d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/awsService/ec2/model.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ describe('Ec2ConnectClient', function () {
203203
})
204204
})
205205

206-
describe('attemptToCleanKeys', async function () {
206+
describe('tryCleanKeys', async function () {
207207
it('calls the sdk with the proper parameters', async function () {
208208
const sendCommandStub = sinon.stub(SsmClient.prototype, 'sendCommandAndWait')
209209

0 commit comments

Comments
 (0)