Skip to content

Commit

Permalink
fix pep8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
r-marques committed May 24, 2017
1 parent 285fc03 commit 56379e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/backend/mongodb/test_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,4 +596,4 @@ def test_text_search():
assert list(query.text_search(conn, 'coffee', limit=2)) == [
{'id': 1, 'subject': 'coffee', 'author': 'xyz', 'views': 50},
{'id': 2, 'subject': 'Coffee Shopping', 'author': 'efg', 'views': 5},
]
]

0 comments on commit 56379e9

Please sign in to comment.