Skip to content

Commit d9d93cf

Browse files
committed
Add comment to unit tests
1 parent 1c43086 commit d9d93cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lambdas/recordforwarder/tests/repository/test_fhir_batch_repository.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,11 +396,13 @@ def update_immunization_uses_separate_identifier_pk_for_legacy_identifiers_test_
396396
)
397397

398398
def test_update_immunization_uses_separate_identifier_pk_for_legacy_identifiers_tpp(self):
399+
"""it should use a V5 identifier_pk for a legacy TPP identifier"""
399400
self.update_immunization_uses_separate_identifier_pk_for_legacy_identifiers_test_logic(
400401
"YGA", "https://tpp-uk.com/Id/ve/vacc"
401402
)
402403

403404
def test_update_immunization_uses_separate_identifier_pk_for_legacy_identifiers_emis(self):
405+
"""it should use a V5 identifier_pk for a legacy EMIS identifier"""
404406
self.update_immunization_uses_separate_identifier_pk_for_legacy_identifiers_test_logic(
405407
"YGJ", "https://emishealth.com/identifiers/vacc"
406408
)
@@ -561,11 +563,13 @@ def delete_immunization_uses_separate_identifier_pk_for_legacy_identifiers_test_
561563
self.assertEqual(response, f"Immunization#{self.immunization['id']}")
562564

563565
def test_delete_immunization_uses_separate_identifier_pk_for_legacy_identifiers_tpp(self):
566+
"""it should use a V5 identifier_pk for a legacy TPP identifier"""
564567
self.delete_immunization_uses_separate_identifier_pk_for_legacy_identifiers_test_logic(
565568
"YGA", "https://tpp-uk.com/Id/ve/vacc"
566569
)
567570

568571
def test_delete_immunization_uses_separate_identifier_pk_for_legacy_identifiers_emis(self):
572+
"""it should use a V5 identifier_pk for a legacy EMIS identifier"""
569573
self.delete_immunization_uses_separate_identifier_pk_for_legacy_identifiers_test_logic(
570574
"YGJ", "https://emishealth.com/identifiers/vacc"
571575
)

0 commit comments

Comments
 (0)