Skip to content

Commit

Permalink
fix check by changing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ni9999 committed Oct 24, 2024
1 parent 2101142 commit f9fec6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generators_tests/test_procedure_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


def test_ProcedureGenerator():
value_set = [x["code"] for x in ProcedureCodeSimple().value_set]
value_set = [x.code for x in ProcedureCodeSimple().value_set]
procedure = ProcedureGenerator.generate(
subject_reference="Patient/123", encounter_reference="Encounter/123"
)
Expand Down

0 comments on commit f9fec6d

Please sign in to comment.