Skip to content

Commit

Permalink
[#1117] Fix silly test class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Aug 1, 2013
1 parent 3baf152 commit 0eb1548
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 @@ -18,7 +18,7 @@ def datetime_from_string(s):
return datetime.datetime.strptime(s, '%Y-%m-%dT%H:%M:%S.%f')


class TestClass(object):
class TestUpdate(object):

@classmethod
def setup_class(cls):
Expand Down

0 comments on commit 0eb1548

Please sign in to comment.