Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michelle Wang committed Sep 24, 2024
1 parent 61d24bf commit 045538e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -435,12 +435,10 @@ test('metricIncomingLogEvents with MetricOptions props', () => {
namespace: 'AWS/Logs',
metricName: 'IncomingLogs',
statistic: 'Average',
label: 'MyMetric'
label: 'MyMetric',
});
});



test('metricIncomingBytes', () => {
// GIVEN
const stack = new cdk.Stack();
Expand Down

0 comments on commit 045538e

Please sign in to comment.