Skip to content

Commit

Permalink
[#2632] PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Sep 10, 2015
1 parent d5d275d commit 7ca003f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckan/tests/logic/action/test_delete.py
Expand Up @@ -186,6 +186,7 @@ def test_purged_group_is_not_in_search_results_for_its_ex_dataset(self):
search.clear()
group = factories.Group()
dataset = factories.Dataset(groups=[{'name': group['name']}])

def get_search_result_groups():
results = helpers.call_action('package_search',
q=dataset['title'])['results']
Expand Down Expand Up @@ -287,6 +288,7 @@ def test_purged_org_is_not_in_search_results_for_its_ex_dataset(self):
search.clear()
org = factories.Organization()
dataset = factories.Dataset(owner_org=org['id'])

def get_search_result_owner_org():
results = helpers.call_action('package_search',
q=dataset['title'])['results']
Expand Down

0 comments on commit 7ca003f

Please sign in to comment.