Skip to content

Commit

Permalink
Merge PR #506 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Feb 29, 2024
2 parents 8be2d7d + 0306ce7 commit e5fd115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_commission/tests/test_account_commission.py
Original file line number Diff line number Diff line change
Expand Up @@ -639,4 +639,4 @@ def test_invoice_modify_refund(self):
]
)
self.assertEqual(3, len(settlements.line_ids))
self.assertEqual(0.6, sum(settlements.mapped("total")))
self.assertAlmostEqual(0.6, sum(settlements.mapped("total")), 2)

0 comments on commit e5fd115

Please sign in to comment.