Skip to content

Commit

Permalink
test codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelTorrecillas committed Jul 11, 2024
1 parent 2f61f87 commit 2676ee5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions analytic_partner/tests/test_analytic_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,9 @@ def test_flow(self):
self.account_move.action_post()
analytic_lines = self.account_move.mapped("line_ids.analytic_line_ids")
for analytic_line in analytic_lines:
self.assertEqual(analytic_line.other_partner_id,self.account_move.partner_id.commercial_partner_id,"""Invoice partner has not been propagated
to the analytic line""")
self.assertEqual(

Check warning on line 50 in analytic_partner/tests/test_analytic_partner.py

View check run for this annotation

Codecov / codecov/patch

analytic_partner/tests/test_analytic_partner.py#L50

Added line #L50 was not covered by tests
analytic_line.other_partner_id,
self.account_move.partner_id.commercial_partner_id,
"""Invoice partner has not been propagated
to the analytic line""",
)

0 comments on commit 2676ee5

Please sign in to comment.