Skip to content

Commit

Permalink
fix(test): rename test method
Browse files Browse the repository at this point in the history
  • Loading branch information
akurungadam committed Dec 3, 2024
1 parent b930957 commit 63cb480
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ def test_start_clinical_procedure_should_validate_pending_nursing_tasks(self):
complete_nusing_tasks(procedure)
procedure.start_procedure()

def test_admit_inpatient_should_validate_pending_nursing_tasks(self):
def test_admit_discharge_inpatient_should_validate_pending_nursing_tasks(self):
"""nursing tasks on admit and discharge of same ip_record"""
self.settings.allow_discharge_despite_unbilled_services = 1
self.settings.save()

Expand Down

0 comments on commit 63cb480

Please sign in to comment.