Skip to content

Commit

Permalink
correct expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
tijlleenders committed Aug 2, 2024
1 parent f1b334c commit d558b83
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/jsons/stable/not-on-global/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"taskid": 1,
"goalid": "208360a4-fb71-44c6-b22d-4053100b389e",
"title": "Work 💪🏽",
"duration": 7,
"duration": 6,
"start": "2024-08-01T07:00:00",
"deadline": "2024-08-01T14:00:00"
"deadline": "2024-08-01T13:00:00"
},
{
"taskid": 2,
"goalid": "free",
"title": "free",
"duration": 10,
"start": "2024-08-01T14:00:00",
"duration": 11,
"start": "2024-08-01T13:00:00",
"deadline": "2024-08-02T00:00:00"
}
]
Expand Down Expand Up @@ -99,16 +99,16 @@
"taskid": 9,
"goalid": "208360a4-fb71-44c6-b22d-4053100b389e",
"title": "Work 💪🏽",
"duration": 6,
"duration": 7,
"start": "2024-08-05T06:00:00",
"deadline": "2024-08-05T12:00:00"
"deadline": "2024-08-05T13:00:00"
},
{
"taskid": 10,
"goalid": "free",
"title": "free",
"duration": 12,
"start": "2024-08-05T12:00:00",
"duration": 11,
"start": "2024-08-05T13:00:00",
"deadline": "2024-08-06T00:00:00"
}
]
Expand Down

0 comments on commit d558b83

Please sign in to comment.