Skip to content

Commit

Permalink
Fixup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed Nov 18, 2024
1 parent fc989d8 commit 5a05e22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ def test_meds_bundle(rxhistory_response_20170701):
)
assert len(meds_bundle['entry']) == 10

assert meds_bundle['entry'][0]['medicationCodeableConcept']['text'] == 'TESTOSTERONE PROPIONATE POWDER'
assert meds_bundle['entry'][5]['medicationCodeableConcept']['text'] == 'FORTICAL 200 UNITS NASAL SPRAY'
assert meds_bundle['entry'][7]['medicationCodeableConcept']['text'] == 'DIAZEPAM 10 MG TABLET'
assert meds_bundle['entry'][0]['resource']['medicationCodeableConcept']['text'] == 'TESTOSTERONE PROPIONATE POWDER'
assert meds_bundle['entry'][5]['resource']['medicationCodeableConcept']['text'] == 'FORTICAL 200 UNITS NASAL SPRAY'
assert meds_bundle['entry'][7]['resource']['medicationCodeableConcept']['text'] == 'DIAZEPAM 10 MG TABLET'


def test_script_20170701(rxhistory_response_20170701):
Expand Down

0 comments on commit 5a05e22

Please sign in to comment.