From 9e365cbb674dc60a987f2b4a79b93fe1632e1667 Mon Sep 17 00:00:00 2001 From: ByteMe <157343079+ByteMeAsap@users.noreply.github.com> Date: Fri, 10 May 2024 18:00:55 +0530 Subject: [PATCH] Update test_l10n_nl_rgs_asset.py --- l10n_nl_rgs_asset/tests/test_l10n_nl_rgs_asset.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/l10n_nl_rgs_asset/tests/test_l10n_nl_rgs_asset.py b/l10n_nl_rgs_asset/tests/test_l10n_nl_rgs_asset.py index 27ac4c9..1fcd23e 100644 --- a/l10n_nl_rgs_asset/tests/test_l10n_nl_rgs_asset.py +++ b/l10n_nl_rgs_asset/tests/test_l10n_nl_rgs_asset.py @@ -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""" @@ -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) @@ -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)