Skip to content

Commit

Permalink
[IMP]sale_validity: Improved test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
murtuzasaleh committed Jul 6, 2018
1 parent 76e5149 commit 8e86670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sale_validity/tests/test_sale_validity.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def test_sale_validity(self):
company.default_sale_order_validity_days = 30
so_validity = self.create_so()
self.assertTrue(so_validity.validity_date)
so_validity._onchange_date_order()

def create_so(self):
vals = {
Expand Down

0 comments on commit 8e86670

Please sign in to comment.