Skip to content

Commit

Permalink
Fix pep error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Babu committed Jan 2, 2014
1 parent 594d170 commit 482fa53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckan/new_tests/logic/action/test_get.py
Expand Up @@ -197,7 +197,8 @@ def test_related_list(self):
assert ([related1, related2] == related_list)

# filter for type_filter
related_list = helpers.call_action('related_list', type_filter='application')
related_list = helpers.call_action('related_list',
type_filter='application')
assert ([related2] == related_list)

# sort
Expand Down

0 comments on commit 482fa53

Please sign in to comment.