Skip to content

Commit

Permalink
fix: Fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillarAnand committed Jul 12, 2022
1 parent 6b69575 commit 077e5c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import frappe

from erpnext.tests.utils import ERPNextTestCase
from apps.frappe.frappe.tests.utils import FrappeTestCase
from frappe.utils import now_datetime
from healthcare.healthcare.doctype.clinical_procedure.test_clinical_procedure import create_procedure
from healthcare.healthcare.doctype.inpatient_record.inpatient_record import admit_patient, discharge_patient
Expand All @@ -18,7 +18,7 @@
from healthcare.healthcare.doctype.therapy_type.test_therapy_type import create_therapy_type


class TestNursingTask(ERPNextTestCase):
class TestNursingTask(FrappeTestCase):
def setUp(self) -> None:
nursing_checklist_templates = frappe.get_test_records('Nursing Checklist Template')
self.nc_template = frappe.get_doc(nursing_checklist_templates[0]).insert(ignore_if_duplicate=True)
Expand Down

0 comments on commit 077e5c4

Please sign in to comment.