fix: typo in unittest (#38673)

(cherry picked from commit 6ad298adfc)
This commit is contained in:
Raffael Meyer
2023-12-12 05:25:15 +01:00
committed by Mergify
parent 7813efad35
commit c87a3c7793

View File

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