Skip to content

Commit

Permalink
[#1117] Fix some bad indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Jul 18, 2013
1 parent 683852c commit df72fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/new_tests/logic/action/test_update.py
Expand Up @@ -126,7 +126,7 @@ def test_user_update_with_invalid_name(self):
def test_user_update_to_name_that_already_exists(self):
fred = helpers.call_action('user_create', **data.typical_user())
bob = helpers.call_action('user_create', name='bob',
email='bob@bob.com', password='pass')
email='bob@bob.com', password='pass')

# Try to update fred and change his user name to bob, which is already
# bob's user name
Expand Down

0 comments on commit df72fcb

Please sign in to comment.