Skip to content

Commit 46c4fd2

Browse files
committed
code cleanup
1 parent d2baf0f commit 46c4fd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/datadog-plugin-aws-sdk/test/kinesis.spec.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,8 @@ describe('Kinesis', function () {
353353
expect(agent.dsmStatsExist(agent, expectedProducerHash)).to.equal(true)
354354
}, { timeoutMs: 10000 }).then(done, done)
355355

356-
// Swallows the error as it doesn't matter for this test.
357356
helpers.putTestRecords(kinesis, streamNameDSM, (err, data) => {
358-
nowStub.restore()
357+
// Swallow the error as it doesn't matter for this test.
359358
})
360359
})
361360
})

0 commit comments

Comments
 (0)