Skip to content

Commit

Permalink
fix: typo in unittest (#38673)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6ad298a)
  • Loading branch information
barredterra authored and mergify[bot] committed Dec 12, 2023
1 parent dd07eca commit 14ee13c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def setUp(self):
self.create_item()
self.update_repost_settings()

def teadDown(self):
def tearDown(self):
frappe.db.rollback()

def update_repost_settings(self):
Expand Down

0 comments on commit 14ee13c

Please sign in to comment.