From cdb7b5e223b077dec4848617633868e7a7907b2c Mon Sep 17 00:00:00 2001 From: Marcelle <53578688+m-goggins@users.noreply.github.com> Date: Tue, 25 Feb 2025 12:48:04 -0800 Subject: [PATCH] Update tests/unit/database/test_mpi_service.py Co-authored-by: Eric Buckley --- tests/unit/database/test_mpi_service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/database/test_mpi_service.py b/tests/unit/database/test_mpi_service.py index c432a084..ebf4f121 100644 --- a/tests/unit/database/test_mpi_service.py +++ b/tests/unit/database/test_mpi_service.py @@ -925,7 +925,6 @@ def test_get_orphaned_patients_limit(self, session: Session): assert len(mpi_service.get_orphaned_patients(session, limit=3)) == 2 def test_get_orphaned_patients_cursor(self, session: Session): - # ordered_uuids = [uuid.uuid4() for _ in range(4)] # ordered_uuids.sort() patient1 = models.Patient(person=None, data={"id": 1})