Skip to content
Snippets Groups Projects
Commit 2346d719 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

eol at the end of test_cassandra

parent be3cee14
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ def parallel_for(cursor, query: str, arguments: tp.Iterable[tuple]) -> tp.Iterat
>>> for future in futures:
>>> yield future.result()
:param cursor: the Cassandra cursor to use
:param cursor: the Cassandra cursor to use (obtained using connection.session())
:param query: base query
:param arguments: iterable yielding arguments to use in execute_async
"""
......
......@@ -22,4 +22,4 @@ class TestCassandra(unittest.TestCase):
pass
self.assertEqual(cur.execute_times_called, 3)
self.assertEqual(cur.result_times_called, 3)
\ No newline at end of file
self.assertEqual(cur.result_times_called, 3)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment