Skip to content

Commit

Permalink
fixes PEP8 issue (too many spaces after ',')
Browse files Browse the repository at this point in the history
  • Loading branch information
george committed Nov 17, 2014
1 parent 31c0818 commit 378851a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/new_tests/logic/action/test_get.py
Expand Up @@ -576,7 +576,7 @@ def test_package_search_on_resource_name(self):
resource_name = 'resource_abc'
package = factories.Resource(name=resource_name)

search_result = helpers.call_action('package_search', q='resource_abc')
search_result = helpers.call_action('package_search', q='resource_abc')
eq(search_result['results'][0]['resources'][0]['name'], resource_name)


Expand Down

0 comments on commit 378851a

Please sign in to comment.