Skip to content

Commit

Permalink
test: fix teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
NagariaHussain committed Apr 23, 2024
1 parent cf6308f commit 2165230
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,4 @@ def test_vacant_beds_less_than_capacity(self):

@classmethod
def tearDown(cls):
frappe.delete_doc("shelter_test", force=True)
frappe.delete_doc("shelter_test_ward", force=True)
frappe.delete_doc("shelter_test_zone", force=True)
frappe.delete_doc("shelter_test_district", force=True)
frappe.delete_doc("shelter_test_state", force=True)
frappe.db.rollback()

0 comments on commit 2165230

Please sign in to comment.