Skip to content

Commit

Permalink
tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vpClockodo committed Oct 5, 2023
1 parent 01d9f98 commit 33dcf48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/models/__snapshots__/workTimes.mocks.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Array [
"type": 1,
},
],
"createdAt": "2020-03-24",
"date": "2020-03-24",
"id": 0,
"status": 1,
Expand All @@ -43,6 +44,7 @@ Array [
"type": 2,
},
],
"createdAt": "2020-04-14",
"date": "2020-04-14",
"id": 1,
"status": 1,
Expand All @@ -56,6 +58,7 @@ Array [
"type": 2,
},
],
"createdAt": "2020-06-05",
"date": "2020-06-05",
"id": 2,
"status": 1,
Expand All @@ -79,6 +82,7 @@ Array [
"type": 1,
},
],
"createdAt": "2020-09-11",
"date": "2020-09-11",
"id": 3,
"status": 1,
Expand All @@ -97,6 +101,7 @@ Array [
"type": 1,
},
],
"createdAt": "2020-09-17",
"date": "2020-09-17",
"id": 4,
"status": 1,
Expand Down
1 change: 1 addition & 0 deletions src/models/workTimes.mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export const createWorkTimeChangeRequestMocks = ({
return createChangeRequest({
date,
id,
createdAt: date,
});
});
};

0 comments on commit 33dcf48

Please sign in to comment.