We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be15970 commit 6b96bdeCopy full SHA for 6b96bde
backend/tests/test_fhir_repository.py
@@ -324,8 +324,6 @@ def setUp(self):
324
self.repository = ImmunizationRepository(table=self.table)
325
self.patient = {"id": "a-patient-id"}
326
327
- def tearDown(self):
328
- super().tearDown()
329
330
def test_create_patient_gsi(self):
331
"""create Immunization method should create Patient index with nhs-number as ID and no system"""
0 commit comments