Skip to content

Commit

Permalink
[#1641] Rename test method so it reads more natural
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaptista committed Apr 25, 2014
1 parent cd7fb37 commit 71ef11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/new_tests/logic/action/test_create.py
Expand Up @@ -98,7 +98,7 @@ def setup_class(cls):
def setup(self):
model.repo.rebuild_db()

def test_requires_url(self):
def test_it_requires_url(self):
user = factories.User()
dataset = factories.Dataset(user=user)
data_dict = {
Expand Down

0 comments on commit 71ef11f

Please sign in to comment.