Skip to content

Commit

Permalink
Update tests/unit/database/test_mpi_service.py
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Buckley <eric.buckley@gmail.com>
  • Loading branch information
m-goggins and ericbuckley authored Feb 25, 2025
1 parent e2538d1 commit cdb7b5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/database/test_mpi_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit cdb7b5e

Please sign in to comment.