Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary committed Sep 14, 2021
1 parent 92b51c3 commit 8dbd11c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ describe('The metric threshold alert type', () => {
},
state: state ?? mockOptions.state.wrapped,
});
let resultState: any[] = [];
const resultState: any[] = [];
test('first sends a No Data alert with the * group, but then reports groups when data is available', async () => {
resultState.push(await execute('test.metric.3'));
expect(mostRecentAction(instanceID).id).toBe(FIRED_ACTIONS.id);
Expand Down

0 comments on commit 8dbd11c

Please sign in to comment.