Skip to content

Commit

Permalink
[UPD] main: remove test of install hr_event module (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
majouda authored Jan 23, 2025
1 parent 128bc3f commit 51e9875
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .docker_files/main/tests/test_installed_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ def setUp(self):
super(TestModules, self).setUp()
self.modules = self.env["ir.module.module"]

def test_hr_event(self):
"""HR Event is installed."""
self.assertTrue(self.modules.search([("name", "=", "hr_event")]))

def test_hr_working_space(self):
"""Working Space is installed."""
self.assertTrue(self.modules.search([("name", "=", "hr_working_space")]))

0 comments on commit 51e9875

Please sign in to comment.