Skip to content

Commit

Permalink
Updating test - #319
Browse files Browse the repository at this point in the history
Updating test after removing description field for article-4-direction - #319
  • Loading branch information
CharliePatterson authored Jan 21, 2025
1 parent 431eca7 commit 2605c7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/phase/test_harmonise.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,12 @@ def test_harmonise_missing_mandatory_values():
output = list(h.process(reader))

assert len(output) == 1
assert len(issues.rows) == 4
assert len(issues.rows) == 3

# It should have an issue logged for the empty mandatory fields except name for article-4-direction
for issue in issues.rows:
assert issue["field"] in [
"reference",
"description",
"document-url",
"documentation-url",
]
Expand Down

0 comments on commit 2605c7d

Please sign in to comment.