diff --git a/tests/backend/mongodb/test_queries.py b/tests/backend/mongodb/test_queries.py index a536525b..897a0f06 100644 --- a/tests/backend/mongodb/test_queries.py +++ b/tests/backend/mongodb/test_queries.py @@ -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}, - ] \ No newline at end of file + ]