Skip to content

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Jul 31, 2024
1 parent 15ac54a commit 1e06d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_harvest_restrictions.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ def test_invalid_file():
sources = [
s for s in parse_sources(SOURCES) if s["alias"] == "crd_water_supply_area"
]
sources[0]["name_column"] = "INVALID_COLUMN"
sources[0]["name_column"] = "INVALID_COLUMN_NAME"
with pytest.raises(ValueError):
sources = validate_sources(sources)

0 comments on commit 1e06d72

Please sign in to comment.