Skip to content

Commit 8f8237a

Browse files
Update packages/core/src/test/awsService/ec2/model.test.ts
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent 37d64ae commit 8f8237a

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)