Skip to content

Commit

Permalink
fixed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Dec 2, 2020
1 parent 56e6d15 commit 5516ce2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/plugins/alerts/server/task_runner/task_runner.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ describe('Task Runner', () => {
"lastScheduledActions": Object {
"date": 1970-01-01T00:00:00.000Z,
"group": "default",
"subgroup": undefined,
},
},
"state": Object {
Expand Down Expand Up @@ -634,6 +635,7 @@ describe('Task Runner', () => {
"lastScheduledActions": Object {
"date": 1970-01-01T00:00:00.000Z,
"group": "default",
"subgroup": undefined,
},
},
"state": Object {
Expand Down

0 comments on commit 5516ce2

Please sign in to comment.