Skip to content

Commit dd2b56d

Browse files
author
Alan Churley
committed
Removing unused variable
1 parent 578960d commit dd2b56d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/metrics/tests/unit/Metrics.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ describe('Class: Metrics', () => {
380380

381381
test('Purge Stored Metrics should log and clear', () => {
382382
const metrics = new Metrics({ namespace: 'test' });
383-
const extraCount = 10;
384383
class LambdaFunction implements LambdaInterface {
385384
@metrics.logMetrics()
386385
// eslint-disable-next-line @typescript-eslint/ban-ts-comment

0 commit comments

Comments
 (0)