Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyasProgrammer committed Aug 8, 2023
1 parent ab680e7 commit 4b98af5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_commission_domain(self):

# count related agents
demo_cig_italy._compute_agents_count()
self.assertEqual(demo_cig_italy.agents_count, 0)
self.assertEqual(demo_cig_italy.agents_count, 1)

# if commission is not type of restricted then CI must have no group
demo_crr_item_1.commission_id = self.env.ref(
Expand Down

0 comments on commit 4b98af5

Please sign in to comment.