We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100d274 commit 56ae21cCopy full SHA for 56ae21c
1 file changed
tests/unit/io/test_libevreactor.py
@@ -71,8 +71,8 @@ def test_watchers_are_finished(self):
71
72
@test_category connection
73
"""
74
- with patch.object(LibevConnection._libevloop, "_thread"), \
75
- patch.object(LibevConnection._libevloop, "notify"):
+ with (patch.object(LibevConnection._libevloop, "_thread"),
+ patch.object(LibevConnection._libevloop, "notify")):
76
77
self.make_connection()
78
0 commit comments