Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Removed always-failing assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
abendebury committed Aug 4, 2016
1 parent d221b42 commit ee4d66b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_datastore.py
Expand Up @@ -152,7 +152,6 @@ def test_delete_user(app, datastore):
datastore.commit()
user = datastore.find_user(email='matt@lp.com')
assert user is None
assert False


def test_access_datastore_from_factory(app, datastore):
Expand Down

0 comments on commit ee4d66b

Please sign in to comment.