Skip to content

Commit 6b96bde

Browse files
committed
teardown gone
1 parent be15970 commit 6b96bde

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backend/tests/test_fhir_repository.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,6 @@ def setUp(self):
324324
self.repository = ImmunizationRepository(table=self.table)
325325
self.patient = {"id": "a-patient-id"}
326326

327-
def tearDown(self):
328-
super().tearDown()
329327

330328
def test_create_patient_gsi(self):
331329
"""create Immunization method should create Patient index with nhs-number as ID and no system"""

0 commit comments

Comments
 (0)