refactor(test): clear old records

This commit is contained in:
ruthra kumar
2024-07-11 21:03:29 +05:30
parent 7903e8d669
commit f98716cc2a

View File

@@ -12,6 +12,7 @@ class TestItemWiseSalesRegister(AccountsTestMixin, FrappeTestCase):
self.create_company()
self.create_customer()
self.create_item()
self.clear_old_entries()
def tearDown(self):
frappe.db.rollback()