Merge pull request #38678 from frappe/mergify/bp/version-15-hotfix/pr-38673

fix: typo in unittest (backport #38673)
This commit is contained in:
ruthra kumar
2023-12-12 17:35:22 +05:30
committed by GitHub

View File

@@ -22,7 +22,7 @@ class TestRepostAccountingLedger(AccountsTestMixin, FrappeTestCase):
self.create_item()
update_repost_settings()
def teadDown(self):
def tearDown(self):
frappe.db.rollback()
def test_01_basic_functions(self):