We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73278ba commit 1f308bdCopy full SHA for 1f308bd
test/asynchronous/test_cursor.py
@@ -934,7 +934,6 @@ async def test_clone(self):
934
cursor2 = copy.copy(cursor)
935
cursor2._projection["cursor2"] = False
936
self.assertIsNotNone(cursor._projection)
937
- print(cursor._projection.keys())
938
self.assertIn("cursor2", cursor._projection.keys())
939
940
# Deepcopies and shouldn't mutate
test/test_cursor.py
@@ -925,7 +925,6 @@ def test_clone(self):
925
926
927
928
929
930
931
0 commit comments