Skip to content

Commit

Permalink
Enable hub tests; fix a misnamed test
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm committed May 13, 2018
1 parent 41fbfa0 commit dc7e86e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hub/tests/test_user_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from hub.models import ExtraUserDetail

class AssetsTestCase(TestCase):
class UserDetailTestCase(TestCase):
fixtures = ['test_data']

def setUp(self):
Expand Down
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[pytest]
testpaths = kobo kpi
testpaths = kobo kpi hub

0 comments on commit dc7e86e

Please sign in to comment.