Skip to content

Commit

Permalink
[#1117] Tweak a unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Jul 25, 2013
1 parent 0365a95 commit 262adf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/new_tests/lib/navl/test_validators.py
Expand Up @@ -70,8 +70,8 @@ def test_ignore_missing_without_key(self):
errors=errors,
context={})

# ignore_missing should remove the item from the dict.
assert key not in data
# ignore_missing shouldn't change the data dict.
assert data == {}

# ignore_missing should not add any errors.
assert errors[key] == []
Expand Down

0 comments on commit 262adf3

Please sign in to comment.