Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary committed Jul 9, 2020
1 parent 08d109f commit 7adcd9d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ const mockLibs: any = {
const executor = createMetricThresholdExecutor(mockLibs) as (opts: {
params: AlertExecutorOptions['params'];
services: { callCluster: AlertExecutorOptions['params']['callCluster'] };
alertId: AlertExecutorOptions['alertId'];
}) => Promise<void>;

const services: AlertServicesMock = alertsMock.createAlertServices();
Expand Down

0 comments on commit 7adcd9d

Please sign in to comment.