Skip to content

Commit

Permalink
[ft #145186309] Fix tests in test_team_access_middleware.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ONYANGO JACKSON JOHN authored and ONYANGO JACKSON JOHN committed May 19, 2017
1 parent a9cfe67 commit 65c7131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hc/accounts/tests/test_team_access_middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ def test_it_handles_missing_profile(self):
self.assertEqual(r.status_code, 200)

### Assert the new Profile objects count
self.assertEqual(Profile.objects.count(), 1)

0 comments on commit 65c7131

Please sign in to comment.