Update alerting task_runner test snapshots (#54627)

This commit is contained in:
Brian Seeders 2020-01-13 14:29:08 -05:00 committed by GitHub
parent 5ef4aa10e7
commit 70cedb08f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -428,7 +428,6 @@ describe('Task Runner', () => {
"runAt": 1970-01-01T00:05:00.000Z,
"state": Object {
"previousStartedAt": 1970-01-01T00:00:00.000Z,
"startedAt": 1969-12-31T23:55:00.000Z,
},
}
`);
@ -462,7 +461,6 @@ describe('Task Runner', () => {
"runAt": 1970-01-01T00:05:00.000Z,
"state": Object {
"previousStartedAt": 1970-01-01T00:00:00.000Z,
"startedAt": 1969-12-31T23:55:00.000Z,
},
}
`);
@ -495,7 +493,6 @@ describe('Task Runner', () => {
"runAt": 1970-01-01T00:05:00.000Z,
"state": Object {
"previousStartedAt": 1970-01-01T00:00:00.000Z,
"startedAt": 1969-12-31T23:55:00.000Z,
},
}
`);