Skip to content

Commit

Permalink
fixed snapshots broken by merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Jan 13, 2020
1 parent ec69443 commit f9e63f7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
}
`);
Expand Down Expand Up @@ -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,
},
}
`);
Expand Down Expand Up @@ -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,
},
}
`);
Expand Down

0 comments on commit f9e63f7

Please sign in to comment.