Skip to content

Commit

Permalink
[#744] Update an outdated test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Sep 5, 2013
1 parent 154b1c0 commit 2a84329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/tests/lib/test_resource_search.py
Expand Up @@ -120,7 +120,7 @@ def test_12_search_all_fields(self):
assert isinstance(res_dict, dict)
res_keys = set(res_dict.keys())
expected_res_keys = set(model.Resource.get_columns())
expected_res_keys.update(['id', 'resource_group_id', 'package_id', 'position', 'size_extra', 'tracking_summary'])
expected_res_keys.update(['id', 'resource_group_id', 'package_id', 'position', 'size_extra'])
assert_equal(res_keys, expected_res_keys)
pkg1 = model.Package.by_name(u'pkg1')
ab = pkg1.resources[0]
Expand Down

0 comments on commit 2a84329

Please sign in to comment.