Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[15.0][FIX]hr_holidays_calendar_event_privacy: Fix test in time #113

Conversation

grindtildeath
Copy link

Closes: #112

@grindtildeath grindtildeath changed the title [FIX]hr_holidays_calendar_event_privacy: Fix test in time [15.0][FIX]hr_holidays_calendar_event_privacy: Fix test in time Feb 26, 2024
Copy link

@dalonsod dalonsod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@pedrobaeza pedrobaeza added this to the 15.0 milestone Mar 17, 2024
@@ -24,15 +27,15 @@ def _new_leave_request(cls, date_from, date_to):
def test_calendar_event_privacy(self):
self.assertEqual(self.leave_type.calendar_event_privacy, "confidential")
leave = self._new_leave_request(
fields.Date.today() + timedelta(days=12),
fields.Date.today() + timedelta(days=13),
fields.Date.today() + timedelta(days=2),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't get why are you changing this data.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, seems reasonable.

Copy link
Member

@pedrobaeza pedrobaeza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ocabot merge patch

@OCA-git-bot
Copy link
Contributor

Hey, thanks for contributing! Proceeding to merge this for you.
Prepared branch 15.0-ocabot-merge-pr-113-by-pedrobaeza-bump-patch, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 59a2756 into OCA:15.0 Mar 17, 2024
7 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 9cefb71. Thanks a lot for contributing to OCA. ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants