Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kvesteri committed Sep 2, 2016
1 parent d60c5e6 commit 48d74ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_searchable.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def teardown_method(self, method):

def test_uses_global_regconfig_as_fallback(self):
query = search(self.session.query(self.TextItem.id), 'the')
result = query.count()
assert query.count() == 1


Expand Down

0 comments on commit 48d74ee

Please sign in to comment.