refactor(test): clear old records

This commit is contained in:
ruthra kumar
2024-07-11 21:04:34 +05:30
parent 61852bd3f6
commit 84a8bb3ce5

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()