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)