We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d32c0 commit e55bab1Copy full SHA for e55bab1
sale_analytic/tests/test_sale_analytic.py
@@ -58,8 +58,8 @@ def test_analytic_distribution_with_create(self):
58
)
59
60
def test_analytic_distribution_with_form(self):
61
- """Create a purchase order (form)
62
- Set analytic distribution on purchase
+ """Create a sale order (form)
+ Set analytic distribution on sale
63
Check analytic distribution and line is set
64
"""
65
order = Form(
0 commit comments