Skip to content

Commit

Permalink
fixup! [IMP] resource_booking: Write tests for day-spanning booking
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenbianca committed Feb 9, 2023
1 parent 56ca0c2 commit 9225db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource_booking/tests/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_scheduling_constraints_span_days(self):
self.env["resource.booking"].create(
{
"partner_id": self.partner.id,
"start": "2021-03-06 23:00:00",
"start": "2021-03-20 23:00:00",
"duration": 2,
"type_id": self.rbt.id,
"combination_id": rbc_satsun.id,
Expand Down

0 comments on commit 9225db9

Please sign in to comment.