From 8da0dc7989018ae097c6b11a10a21b2bd53be7c4 Mon Sep 17 00:00:00 2001 From: viralkansodiya Date: Fri, 3 Jan 2025 05:57:17 +0000 Subject: [PATCH] chore: chore: fixed the pre-commit errro --- .../doctype/patient_encounter/test_patient_encounter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthcare/healthcare/doctype/patient_encounter/test_patient_encounter.py b/healthcare/healthcare/doctype/patient_encounter/test_patient_encounter.py index 40c8d30148..39efb890f6 100644 --- a/healthcare/healthcare/doctype/patient_encounter/test_patient_encounter.py +++ b/healthcare/healthcare/doctype/patient_encounter/test_patient_encounter.py @@ -37,7 +37,7 @@ def setUp(self): "doctype": "Healthcare Practitioner", "first_name": "Doc", "sex": "MALE", - "department": "Dermatology" + "department": "Dermatology", } ).insert() try: