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.
2 parents 1bc5bdc + 8f8237a commit 9e57d28Copy full SHA for 9e57d28
packages/core/src/test/awsService/ec2/model.test.ts
@@ -203,7 +203,7 @@ describe('Ec2ConnectClient', function () {
203
})
204
205
206
- describe('attemptToCleanKeys', async function () {
+ describe('tryCleanKeys', async function () {
207
it('calls the sdk with the proper parameters', async function () {
208
const sendCommandStub = sinon.stub(SsmClient.prototype, 'sendCommandAndWait')
209
0 commit comments