Skip to content

Commit

Permalink
Update test_l10n_nl_rgs_asset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteMeAsap authored May 10, 2024
1 parent efd7c92 commit 9e365cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions l10n_nl_rgs_asset/tests/test_l10n_nl_rgs_asset.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_01_data_loaded(self):
("company_id", "=", self.company_rgs.id),
]
)
self.assertEqual(group_profile, 9)
self.assertEqual(group_profile, 11)

def test_02_post_init_hook(self):
"""Test post_init_hook"""
Expand Down Expand Up @@ -70,7 +70,7 @@ def test_02_post_init_hook(self):
("company_id", "=", company_1.id),
]
)
self.assertEqual(group_profile, 9)
self.assertEqual(group_profile, 11)

# Force call post_init_hook
post_init_hook(self.cr, self.registry)
Expand All @@ -87,4 +87,4 @@ def test_02_post_init_hook(self):
("company_id", "=", company_1.id),
]
)
self.assertEqual(group_profile, 9)
self.assertEqual(group_profile, 11)

0 comments on commit 9e365cb

Please sign in to comment.