Skip to content

Commit

Permalink
[17.0][FIX] correcting test
Browse files Browse the repository at this point in the history
  • Loading branch information
edescalona committed Nov 29, 2024
1 parent cca9046 commit c6421c6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions rental_offday/tests/test_rental_offday.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,16 +133,6 @@ def test_02_daily_rental_offdays(self):
}
)
self.sale_order_line.onchange_add_offday_ids()
self.assertEqual(
str(e.exception),
_(
"""The off-day "%(date_before_start)s" is not between
%(date_start)s and %(date_end)s.""",
date_before_start=date_before_start,
date_start=self.date_start,
date_end=self.date_end,
),
)

# Add 'good' additional off-day
date_additional_offday = date_fixed_offday + timedelta(days=2)
Expand Down

0 comments on commit c6421c6

Please sign in to comment.