Skip to content

Commit 65486cc

Browse files
committed
ah forgot to delete print statements
1 parent 1c67651 commit 65486cc

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

test/asynchronous/test_monitor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ async def test_cleanup_executors_on_client_del(self):
7777

7878
def resource_warning_caught():
7979
gc.collect()
80-
print(w)
8180
for warning in w:
82-
print(warning)
8381
if (
8482
issubclass(warning.category, ResourceWarning)
8583
and "Call AsyncMongoClient.close() to safely shut down your client and free up resources."

test/test_monitor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ def test_cleanup_executors_on_client_del(self):
7575

7676
def resource_warning_caught():
7777
gc.collect()
78-
print(w)
7978
for warning in w:
80-
print(warning)
8179
if (
8280
issubclass(warning.category, ResourceWarning)
8381
and "Call MongoClient.close() to safely shut down your client and free up resources."

0 commit comments

Comments
 (0)