Skip to content

Commit

Permalink
test(csv): Update codelist name
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Dec 4, 2023
1 parent 7bbb3ed commit f824d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ def test_codelist():
'coveredBy.csv': "'Description' is a required property",
# ocds_medicine_extension
'administrationRoute.csv': "'Description' is a required property",
'container.csv': "None is not of type 'string'",
'dosageForm.csv': "None is not of type 'string'",
'immediateContainer.csv': "None is not of type 'string'",
}

array_columns = ('Framework', 'Section')
Expand Down

0 comments on commit f824d44

Please sign in to comment.