Skip to content

Commit

Permalink
fix test data
Browse files Browse the repository at this point in the history
  • Loading branch information
vpClockodo committed Oct 16, 2023
1 parent e4ba3d8 commit a2d0f90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/models/__snapshots__/workTimes.mocks.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Array [
"type": 1,
},
],
"createdAt": "2020-03-24T14:09:16Z",
"createdAt": "2020-03-24T04:00:00Z",
"date": "2020-03-24",
"id": 0,
"status": 1,
Expand All @@ -44,7 +44,7 @@ Array [
"type": 2,
},
],
"createdAt": "2020-04-14T07:21:31Z",
"createdAt": "2020-04-14T04:00:00Z",
"date": "2020-04-14",
"id": 1,
"status": 1,
Expand All @@ -58,7 +58,7 @@ Array [
"type": 2,
},
],
"createdAt": "2020-06-05T05:25:56Z",
"createdAt": "2020-06-05T04:00:00Z",
"date": "2020-06-05",
"id": 2,
"status": 1,
Expand All @@ -82,7 +82,7 @@ Array [
"type": 1,
},
],
"createdAt": "2020-09-11T06:00:33Z",
"createdAt": "2020-09-11T04:00:00Z",
"date": "2020-09-11",
"id": 3,
"status": 1,
Expand All @@ -101,7 +101,7 @@ Array [
"type": 1,
},
],
"createdAt": "2020-09-17T11:08:48Z",
"createdAt": "2020-09-17T04:00:00Z",
"date": "2020-09-17",
"id": 4,
"status": 1,
Expand Down

0 comments on commit a2d0f90

Please sign in to comment.