Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
therealmarv committed Jan 18, 2017
1 parent de6257e commit a3dd59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_privacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def test_07_user_public_profile_json(self):
assert 'results' not in project['info'], err_msg
err_msg = 'task_presenter should not be public'
assert 'task_presenter' not in project['info'], err_msg
err_msg = 'tutorial
err_msg = 'tutorial should not be public'
assert 'tutorial' not in project['info'], err_msg


Expand Down

0 comments on commit a3dd59b

Please sign in to comment.